Uses of Enum
co.yellowdog.platform.model.GceTargetDistributionShape
Packages that use GceTargetDistributionShape
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of GceTargetDistributionShape in co.yellowdog.platform.model
Subclasses with type arguments of type GceTargetDistributionShape in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return GceTargetDistributionShapeModifier and TypeMethodDescriptionGceInstanceGroupComputeSource.getTargetDistributionShape()static GceTargetDistributionShapeReturns the enum constant of this type with the specified name.static GceTargetDistributionShape[]GceTargetDistributionShape.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type GceTargetDistributionShapeModifier and TypeMethodDescriptionvoidGceInstanceGroupComputeSource.setTargetDistributionShape(GceTargetDistributionShape targetDistributionShape) GceInstanceGroupComputeSource.Builder.targetDistributionShape(GceTargetDistributionShape targetDistributionShape) Constructors in co.yellowdog.platform.model with parameters of type GceTargetDistributionShapeModifierConstructorDescriptionGceInstanceGroupComputeSource(String name, String credential, int limit, Boolean assignPublicIp, String userData, Map<String, String> instanceTags, String sshKeys, String project, String region, String zone, String machineType, String image, String network, String subnetwork, boolean preemptible, boolean spot, boolean confidential, String acceleratorType, int acceleratorCount, GceHostMaintenanceBehaviour hostMaintenanceBehaviour, GceTargetDistributionShape targetDistributionShape)