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. |
AllocationId
Required
public object AllocationId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object