Skip to content

AssignIpv6AddressesProps

Properties for defining a AssignIpv6Addresses.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-assignipv6addresses

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new AssignIpv6AddressesProps {
    object NetworkInterfaceId,
    object Ipv6AddressCount = null,
    object Ipv6Addresses = null
};

Properties

Name Type Description
NetworkInterfaceId object Property networkInterfaceId: Elastic network interface ID.
Ipv6AddressCount object Property ipv6AddressCount: IPv6 addresses specified number of randomly generated interfaces elasticity.
Ipv6Addresses object Property ipv6Addresses: Specify one or more IPv6 addresses for the elastic NIC.

NetworkInterfaceIdRequired

public object NetworkInterfaceId { get; set; }
  • Type: object

Property networkInterfaceId: Elastic network interface ID.


Ipv6AddressCountOptional

public object Ipv6AddressCount { get; set; }
  • Type: object

Property ipv6AddressCount: IPv6 addresses specified number of randomly generated interfaces elasticity.

Note You cannot specify the parameters Ipv6Addresses and Ipv6AddressCount at the same time.


Ipv6AddressesOptional

public object Ipv6Addresses { get; set; }
  • Type: object

Property ipv6Addresses: Specify one or more IPv6 addresses for the elastic NIC.

Currently, the maximum list size is 1. Example value: 2001:db8:1234:1a00::*** . Note You cannot specify the parameters Ipv6Addresses and Ipv6AddressCount at the same time.