Uses of Class
co.yellowdog.platform.model.AwsPlacementGroup
Packages that use AwsPlacementGroup
Package
Description
Provides the types that define the YellowDog Platform data model.
Provides custom validators containing extended validation logic for certain model types
-
Uses of AwsPlacementGroup in co.yellowdog.platform.model
Subclasses with type arguments of type AwsPlacementGroup in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new AwsPlacementGroup that is automatically validated on build.Methods in co.yellowdog.platform.model that return AwsPlacementGroupModifier and TypeMethodDescriptionAwsPlacementGroup.Builder.buildUnchecked()
@Valid AwsPlacementGroup
AwsComputeSource.getExistingPlacementGroup()
AwsFleetComputeSource.getExistingPlacementGroup()
Indicates an existing placement group within which instances should be provisioned.AwsInstancesComputeSource.getExistingPlacementGroup()
Indicates an existing placement group within which instances should be provisioned.Methods in co.yellowdog.platform.model with parameters of type AwsPlacementGroupModifier and TypeMethodDescriptionAwsFleetComputeSource.Builder.existingPlacementGroup
(AwsPlacementGroup existingPlacementGroup) AwsInstancesComputeSource.Builder.existingPlacementGroup
(AwsPlacementGroup existingPlacementGroup) void
AwsFleetComputeSource.setExistingPlacementGroup
(AwsPlacementGroup existingPlacementGroup) Indicates an existing placement group within which instances should be provisioned.void
AwsInstancesComputeSource.setExistingPlacementGroup
(AwsPlacementGroup existingPlacementGroup) Indicates an existing placement group within which instances should be provisioned.Constructors in co.yellowdog.platform.model with parameters of type AwsPlacementGroupModifierConstructorDescriptionAwsFleetComputeSource
(String name, String credential, String region, String availabilityZone, String securityGroupId, String instanceType, String imageId, int limit, Boolean assignPublicIp, Boolean createClusterPlacementGroup, AwsPlacementGroup existingPlacementGroup, Boolean createElasticFabricAdapter, List<AwsSecondaryNetworkInterface> secondaryNetworkInterfaces, AwsCapacityReservation capacityReservation, Boolean enableDetailedMonitoring, Boolean enableInstanceMetadataTags, String keyName, String iamInstanceProfileArn, String subnetId, AwsFleetPurchaseOption purchaseOption, AwsFleetOnDemandOptions onDemandOptions, AwsFleetSpotOptions spotOptions, List<AwsFleetInstanceOverride> instanceOverrides, String userData, Map<String, String> instanceTags) AwsInstancesComputeSource
(String name, String credential, String region, String availabilityZone, String securityGroupId, String instanceType, String imageId, int limit, boolean specifyMinimum, boolean spot, Double spotMaxPrice, Boolean assignPublicIp, Boolean createClusterPlacementGroup, AwsPlacementGroup existingPlacementGroup, Boolean createElasticFabricAdapter, List<AwsSecondaryNetworkInterface> secondaryNetworkInterfaces, AwsCapacityReservation capacityReservation, Boolean enableDetailedMonitoring, Boolean enableInstanceMetadataTags, Boolean useCapacityBlock, String keyName, String iamInstanceProfileArn, String subnetId, String userData, Map<String, String> instanceTags) -
Uses of AwsPlacementGroup in co.yellowdog.platform.model.validation.customvalidators
Subclasses with type arguments of type AwsPlacementGroup in co.yellowdog.platform.model.validation.customvalidators