AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Describes a network interface for a Scheduled Instance.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class ScheduledInstancesNetworkInterface
The ScheduledInstancesNetworkInterface type exposes the following members
Name | Description | |
---|---|---|
![]() |
ScheduledInstancesNetworkInterface() |
Name | Type | Description | |
---|---|---|---|
![]() |
AssociatePublicIpAddress | System.Boolean |
Gets and sets the property 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 |
![]() |
DeleteOnTermination | System.Boolean |
Gets and sets the property DeleteOnTermination. Indicates whether to delete the interface when the instance is terminated. |
![]() |
Description | System.String |
Gets and sets the property Description. The description. |
![]() |
DeviceIndex | System.Int32 |
Gets and sets the property DeviceIndex. The index of the device for the network interface attachment. |
![]() |
Groups | System.Collections.Generic.List<System.String> |
Gets and sets the property Groups. The IDs of the security groups. |
![]() |
Ipv6AddressCount | System.Int32 |
Gets and sets the property Ipv6AddressCount. The number of IPv6 addresses to assign to the network interface. The IPv6 addresses are automatically selected from the subnet range. |
![]() |
Ipv6Addresses | System.Collections.Generic.List<Amazon.EC2.Model.ScheduledInstancesIpv6Address> |
Gets and sets the property Ipv6Addresses. The specific IPv6 addresses from the subnet range. |
![]() |
NetworkInterfaceId | System.String |
Gets and sets the property NetworkInterfaceId. The ID of the network interface. |
![]() |
PrivateIpAddress | System.String |
Gets and sets the property PrivateIpAddress. The IPv4 address of the network interface within the subnet. |
![]() |
PrivateIpAddressConfigs | System.Collections.Generic.List<Amazon.EC2.Model.ScheduledInstancesPrivateIpAddressConfig> |
Gets and sets the property PrivateIpAddressConfigs. The private IPv4 addresses. |
![]() |
SecondaryPrivateIpAddressCount | System.Int32 |
Gets and sets the property SecondaryPrivateIpAddressCount. The number of secondary private IPv4 addresses. |
![]() |
SubnetId | System.String |
Gets and sets the property SubnetId. The ID of the subnet. |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5