RosPublicIpAddressPoolsProps
Properties for defining a RosPublicIpAddressPools.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-publicipaddresspools
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosPublicIpAddressPoolsProps {
object Isp = null,
object PublicIpAddressPoolName = null,
object RefreshOptions = null,
object ResourceGroupId = null
};
Properties
| Name | Type | Description |
|---|---|---|
Isp |
object |
No description. |
PublicIpAddressPoolName |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
IspOptional
public object Isp { get; set; }
- Type: object
PublicIpAddressPoolNameOptional
public object PublicIpAddressPoolName { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object