Skip to content

RosAssignPrivateIpAddressesProps

Properties for defining a RosAssignPrivateIpAddresses.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosAssignPrivateIpAddressesProps {
    object NetworkInterfaceId,
    object PrivateIpAddresses = null,
    object SecondaryPrivateIpAddressCount = null
};

Properties

Name Type Description
NetworkInterfaceId object No description.
PrivateIpAddresses object No description.
SecondaryPrivateIpAddressCount object No description.

NetworkInterfaceIdRequired

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

PrivateIpAddressesOptional

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

SecondaryPrivateIpAddressCountOptional

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