@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.
|
boolean |
hasGroups()
Returns true if the Groups property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasIpv6Addresses()
Returns true if the Ipv6Addresses property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasPrivateIpAddressConfigs()
Returns true if the PrivateIpAddressConfigs property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
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, waitcopypublic 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 boolean hasGroups()
public List<String> groups()
The IDs of the security groups.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasGroups() to see if a value was sent in this field.
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 boolean hasIpv6Addresses()
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.
You can use hasIpv6Addresses() to see if a value was sent in this field.
public String networkInterfaceId()
The ID of the network interface.
public String privateIpAddress()
The IPv4 address of the network interface within the subnet.
public boolean hasPrivateIpAddressConfigs()
public List<ScheduledInstancesPrivateIpAddressConfig> privateIpAddressConfigs()
The private IPv4 addresses.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPrivateIpAddressConfigs() to see if a value was sent in this field.
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 SdkPojopublic String toString()
Copyright © 2020. All rights reserved.