@Generated(value="software.amazon.awssdk:codegen") public final class ScheduledInstancesNetworkInterface extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduledInstancesNetworkInterface.Builder,ScheduledInstancesNetworkInterface>
Describes a network interface for a Scheduled Instance.
Modifier and Type | Class and Description |
---|---|
static interface |
ScheduledInstancesNetworkInterface.Builder |
Modifier and Type | Method and Description |
---|---|
Boolean |
associatePublicIpAddress()
Indicates whether to assign a public IPv4 address to instances launched in a VPC.
|
static ScheduledInstancesNetworkInterface.Builder |
builder() |
Boolean |
deleteOnTermination()
Indicates whether to delete the interface when the instance is terminated.
|
String |
description()
The description.
|
Integer |
deviceIndex()
The index of the device for the network interface attachment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
List<String> |
groups()
The IDs of the security groups.
|
int |
hashCode() |
Integer |
ipv6AddressCount()
The number of IPv6 addresses to assign to the network interface.
|
List<ScheduledInstancesIpv6Address> |
ipv6Addresses()
The specific IPv6 addresses from the subnet range.
|
String |
networkInterfaceId()
The ID of the network interface.
|
String |
privateIpAddress()
The IPv4 address of the network interface within the subnet.
|
List<ScheduledInstancesPrivateIpAddressConfig> |
privateIpAddressConfigs()
The private IPv4 addresses.
|
List<SdkField<?>> |
sdkFields() |
Integer |
secondaryPrivateIpAddressCount()
The number of secondary private IPv4 addresses.
|
static Class<? extends ScheduledInstancesNetworkInterface.Builder> |
serializableBuilderClass() |
String |
subnetId()
The ID of the subnet.
|
ScheduledInstancesNetworkInterface.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Boolean associatePublicIpAddress()
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
.
true
.public Boolean deleteOnTermination()
Indicates whether to delete the interface when the instance is terminated.
public String description()
The description.
public Integer deviceIndex()
The index of the device for the network interface attachment.
public List<String> groups()
The IDs of the security groups.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Integer ipv6AddressCount()
The number of IPv6 addresses to assign to the network interface. The IPv6 addresses are automatically selected from the subnet range.
public List<ScheduledInstancesIpv6Address> ipv6Addresses()
The specific IPv6 addresses from the subnet range.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String networkInterfaceId()
The ID of the network interface.
public String privateIpAddress()
The IPv4 address of the network interface within the subnet.
public List<ScheduledInstancesPrivateIpAddressConfig> privateIpAddressConfigs()
The private IPv4 addresses.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Integer secondaryPrivateIpAddressCount()
The number of secondary private IPv4 addresses.
public String subnetId()
The ID of the subnet.
public ScheduledInstancesNetworkInterface.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ScheduledInstancesNetworkInterface.Builder,ScheduledInstancesNetworkInterface>
public static ScheduledInstancesNetworkInterface.Builder builder()
public static Class<? extends ScheduledInstancesNetworkInterface.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.