Skip to content

AssignPrivateIpAddressesProps

Properties for defining a AssignPrivateIpAddresses.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.AssignPrivateIpAddressesProps {
    NetworkInterfaceId: interface{},
    PrivateIpAddresses: interface{},
    SecondaryPrivateIpAddressCount: interface{},
}

Properties

Name Type Description
NetworkInterfaceId interface{} Property networkInterfaceId: The ID of the ENI.
PrivateIpAddresses interface{} Property privateIpAddresses: One or multiple secondary private IP addresses selected from the CIDR block of the VSwitch that hosts the ENI.
SecondaryPrivateIpAddressCount interface{} Property secondaryPrivateIpAddressCount: The specified number of private IP addresses to be assigned by the ECS instance.

NetworkInterfaceIdRequired

NetworkInterfaceId interface{}
  • Type: interface{}

Property networkInterfaceId: The ID of the ENI.


PrivateIpAddressesOptional

PrivateIpAddresses interface{}
  • Type: interface{}

Property privateIpAddresses: One or multiple secondary private IP addresses selected from the CIDR block of the VSwitch that hosts the ENI.

Valid values of number of private ip addresses: When the ENI is in the Available state: 1 to 10. When the ENI is in the InUse state: limited by the instance type. For more information, see Instance type families. You must specify either the PrivateIpAddresses parameter or the SecondaryPrivateIpAddressCount parameter to assign secondary private IP addresses.


SecondaryPrivateIpAddressCountOptional

SecondaryPrivateIpAddressCount interface{}
  • Type: interface{}

Property secondaryPrivateIpAddressCount: The specified number of private IP addresses to be assigned by the ECS instance.