RosEIPProps
Properties for defining a RosEIP.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-eip
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosEIPProps {
object AutoPay = null,
object Bandwidth = null,
object DeletionProtection = null,
object Description = null,
object InstanceChargeType = null,
object InternetChargeType = null,
object Isp = null,
object Name = null,
object Netmode = null,
object Period = null,
object PricingCycle = null,
object PublicIpAddressPoolId = null,
object ResourceGroupId = null,
object SecurityProtectionTypes = null,
TagsProperty[] Tags = null,
object Zone = null
};
Properties
| Name | Type | Description |
|---|---|---|
AutoPay |
object |
No description. |
Bandwidth |
object |
No description. |
DeletionProtection |
object |
No description. |
Description |
object |
No description. |
InstanceChargeType |
object |
No description. |
InternetChargeType |
object |
No description. |
Isp |
object |
No description. |
Name |
object |
No description. |
Netmode |
object |
No description. |
Period |
object |
No description. |
PricingCycle |
object |
No description. |
PublicIpAddressPoolId |
object |
No description. |
ResourceGroupId |
object |
No description. |
SecurityProtectionTypes |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
Zone |
object |
No description. |
AutoPayOptional
public object AutoPay { get; set; }
- Type: object
BandwidthOptional
public object Bandwidth { get; set; }
- Type: object
DeletionProtectionOptional
public object DeletionProtection { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
InstanceChargeTypeOptional
public object InstanceChargeType { get; set; }
- Type: object
InternetChargeTypeOptional
public object InternetChargeType { get; set; }
- Type: object
IspOptional
public object Isp { get; set; }
- Type: object
NameOptional
public object Name { get; set; }
- Type: object
NetmodeOptional
public object Netmode { get; set; }
- Type: object
PeriodOptional
public object Period { get; set; }
- Type: object
PricingCycleOptional
public object PricingCycle { get; set; }
- Type: object
PublicIpAddressPoolIdOptional
public object PublicIpAddressPoolId { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SecurityProtectionTypesOptional
public object SecurityProtectionTypes { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
ZoneOptional
public object Zone { get; set; }
- Type: object