Skip to content

RosEIPAssociationProps

Properties for defining a RosEIPAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-eipassociation

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosEIPAssociationProps {
    object AllocationId,
    object InstanceId,
    object Mode = null,
    object PrivateIpAddress = null
};

Properties

Name Type Description
AllocationId object No description.
InstanceId object No description.
Mode object No description.
PrivateIpAddress object No description.

AllocationIdRequired

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

InstanceIdRequired

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

ModeOptional

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

PrivateIpAddressOptional

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