Skip to content

RosAddressProps

Properties for defining a RosAddress.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-eip-address

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosAddressProps {
    object AllocationId,
    object RefreshOptions = null
};

Properties

Name Type Description
AllocationId object No description.
RefreshOptions object No description.

AllocationIdRequired

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

RefreshOptionsOptional

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