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