Class ScheduledInstancesNetworkInterface
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<ScheduledInstancesNetworkInterface.Builder,- ScheduledInstancesNetworkInterface> 
Describes a network interface for a Scheduled Instance.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal BooleanIndicates whether to assign a public IPv4 address to instances launched in a VPC.builder()final BooleanIndicates whether to delete the interface when the instance is terminated.final StringThe description.final IntegerThe index of the device for the network interface attachment.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) groups()The IDs of the security groups.final booleanFor responses, this returns true if the service returned a value for the Groups property.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the Ipv6Addresses property.final booleanFor responses, this returns true if the service returned a value for the PrivateIpAddressConfigs property.final IntegerThe number of IPv6 addresses to assign to the network interface.The specific IPv6 addresses from the subnet range.final StringThe ID of the network interface.final StringThe IPv4 address of the network interface within the subnet.The private IPv4 addresses.final IntegerThe number of secondary private IPv4 addresses.static Class<? extends ScheduledInstancesNetworkInterface.Builder> final StringsubnetId()The ID of the subnet.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
associatePublicIpAddressIndicates whether to assign a public IPv4 address to instances launched in a VPC. The public IPv4 address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true.Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page. - Returns:
- Indicates whether to assign a public IPv4 address to instances launched in a VPC. The public IPv4 address
         can only be assigned to a network interface for eth0, and can only be assigned to a new network
         interface, not an existing one. You cannot specify more than one network interface in the request. If
         launching into a default subnet, the default value is true.Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page. 
 
- 
deleteOnTerminationIndicates whether to delete the interface when the instance is terminated. - Returns:
- Indicates whether to delete the interface when the instance is terminated.
 
- 
description
- 
deviceIndexThe index of the device for the network interface attachment. - Returns:
- The index of the device for the network interface attachment.
 
- 
hasGroupspublic final boolean hasGroups()For responses, this returns true if the service returned a value for the Groups property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
groupsThe IDs of the security groups. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasGroups()method.- Returns:
- The IDs of the security groups.
 
- 
ipv6AddressCountThe number of IPv6 addresses to assign to the network interface. The IPv6 addresses are automatically selected from the subnet range. - Returns:
- The number of IPv6 addresses to assign to the network interface. The IPv6 addresses are automatically selected from the subnet range.
 
- 
hasIpv6Addressespublic final boolean hasIpv6Addresses()For responses, this returns true if the service returned a value for the Ipv6Addresses property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
ipv6AddressesThe specific IPv6 addresses from the subnet range. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasIpv6Addresses()method.- Returns:
- The specific IPv6 addresses from the subnet range.
 
- 
networkInterfaceIdThe ID of the network interface. - Returns:
- The ID of the network interface.
 
- 
privateIpAddressThe IPv4 address of the network interface within the subnet. - Returns:
- The IPv4 address of the network interface within the subnet.
 
- 
hasPrivateIpAddressConfigspublic final boolean hasPrivateIpAddressConfigs()For responses, this returns true if the service returned a value for the PrivateIpAddressConfigs property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
privateIpAddressConfigsThe private IPv4 addresses. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasPrivateIpAddressConfigs()method.- Returns:
- The private IPv4 addresses.
 
- 
secondaryPrivateIpAddressCountThe number of secondary private IPv4 addresses. - Returns:
- The number of secondary private IPv4 addresses.
 
- 
subnetId
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<ScheduledInstancesNetworkInterface.Builder,- ScheduledInstancesNetworkInterface> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClasspublic static Class<? extends ScheduledInstancesNetworkInterface.Builder> serializableBuilderClass()
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-