Uses of Class
co.yellowdog.platform.model.AwsSecondaryNetworkInterface
Packages that use AwsSecondaryNetworkInterface
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AwsSecondaryNetworkInterface in co.yellowdog.platform.model
Subclasses with type arguments of type AwsSecondaryNetworkInterface in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new AwsSecondaryNetworkInterface that is automatically validated on build.Methods in co.yellowdog.platform.model that return AwsSecondaryNetworkInterfaceMethods in co.yellowdog.platform.model that return types with arguments of type AwsSecondaryNetworkInterfaceModifier and TypeMethodDescription@Size(max=31) List
<AwsSecondaryNetworkInterface> AwsComputeSource.getSecondaryNetworkInterfaces()
List
<@NotNull @Valid AwsSecondaryNetworkInterface> AwsFleetComputeSource.getSecondaryNetworkInterfaces()
Secondary network interfaces to create on provisioned instances.List
<@NotNull @Valid AwsSecondaryNetworkInterface> AwsInstancesComputeSource.getSecondaryNetworkInterfaces()
Secondary network interfaces to create on provisioned instances.Methods in co.yellowdog.platform.model with parameters of type AwsSecondaryNetworkInterfaceModifier and TypeMethodDescriptionAwsFleetComputeSource.Builder.secondaryNetworkInterface
(AwsSecondaryNetworkInterface secondaryNetworkInterface) AwsInstancesComputeSource.Builder.secondaryNetworkInterface
(AwsSecondaryNetworkInterface secondaryNetworkInterface) Method parameters in co.yellowdog.platform.model with type arguments of type AwsSecondaryNetworkInterfaceModifier and TypeMethodDescriptionAwsFleetComputeSource.Builder.secondaryNetworkInterfaces
(Collection<? extends AwsSecondaryNetworkInterface> secondaryNetworkInterfaces) AwsInstancesComputeSource.Builder.secondaryNetworkInterfaces
(Collection<? extends AwsSecondaryNetworkInterface> secondaryNetworkInterfaces) void
AwsFleetComputeSource.setSecondaryNetworkInterfaces
(List<@NotNull @Valid AwsSecondaryNetworkInterface> secondaryNetworkInterfaces) Secondary network interfaces to create on provisioned instances.void
AwsInstancesComputeSource.setSecondaryNetworkInterfaces
(List<@NotNull @Valid AwsSecondaryNetworkInterface> secondaryNetworkInterfaces) Secondary network interfaces to create on provisioned instances.Constructor parameters in co.yellowdog.platform.model with type arguments of type AwsSecondaryNetworkInterfaceModifierConstructorDescriptionAwsFleetComputeSource
(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)