RosPublicIpAddressPoolProps
Properties for defining a RosPublicIpAddressPool.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-publicipaddresspool
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosPublicIpAddressPoolProps {
object PublicIpAddressPoolId,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
PublicIpAddressPoolId |
object |
No description. |
RefreshOptions |
object |
No description. |
PublicIpAddressPoolIdRequired
public object PublicIpAddressPoolId { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object