Instance Network Interface Specification
| C# |
public class InstanceNetworkInterfaceSpecification
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| InstanceNetworkInterfaceSpecification()()()() | Initializes a new instance of the InstanceNetworkInterfaceSpecification class | |
| DeleteOnTermination |
Whether the interface will be deleted when the instance is terminated.
| |
| Description |
The description of the network interface.
| |
| DeviceIndex |
The index of the device on the instance for the network interface attachment.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| GroupId |
The group IDs for use by the network interface.
| |
| IsSetDeleteOnTermination()()()() |
Checks if the DeleteOnTermination property is set
| |
| IsSetDescription()()()() |
Checks if the Description property is set
| |
| IsSetDeviceIndex()()()() |
Checks if the DeviceIndex property is set
| |
| IsSetGroupId()()()() |
Checks if the GroupId property is set
| |
| IsSetNetworkInterfaceId()()()() |
Checks if NetworkInterfaceId property is set
| |
| IsSetPrivateIpAddress()()()() |
Checks if the PrivateIpAddress property is set
| |
| IsSetPrivateIpAddresses()()()() |
Checks if the PrivateIpAddresses property is set
| |
| IsSetSecondaryPrivateIpAddressCount()()()() |
Checks if the SecondaryPrivateIpAddressCount property is set
| |
| IsSetSubnetId()()()() |
Checks if the SubnetId property is set
| |
| NetworkInterfaceId |
The ID of the network interface.
| |
| PrivateIpAddress |
The private IP address of the network interface.
| |
| PrivateIpAddresses |
Private IP addresses.
| |
| SecondaryPrivateIpAddressCount |
Number of secondary private IP addresses.
| |
| SubnetId |
The ID of the subnet.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithDeleteOnTermination(Boolean) |
Sets whether the interface will be deleted when the instance is terminated.
| |
| WithDescription(String) |
Sets the description of the network interface.
| |
| WithDeviceIndex(Int32) |
Sets the index of the device on the instance for the network interface attachment.
| |
| WithGroupId(array<String>[]()[][]) |
Sets the group IDs for use by the network interface.
| |
| WithNetworkInterfaceId(String) |
Sets the ID of the network interface.
| |
| WithPrivateIpAddress(String) |
Sets the private IP address of the network interface.
| |
| WithPrivateIpAddresses(array<PrivateIpAddress>[]()[][]) |
Sets private IP addresses.
| |
| WithSecondaryPrivateIpAddressCount(Int32) |
Sets the number of secondary private IP addresses.
| |
| WithSubnetId(String) |
Sets the ID of the subnet.
|
| Object | |
| InstanceNetworkInterfaceSpecification | |