RosEIPProProps
Properties for defining a RosEIPPro
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-eippro
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosEIPProProps {
object AutoPay = null,
object Bandwidth = null,
object DeletionProtection = null,
object Description = null,
object InstanceChargeType = null,
object InstanceId = null,
object InternetChargeType = null,
object IpAddress = 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
};
Properties
Name | Type | Description |
---|---|---|
AutoPay |
object |
No description. |
Bandwidth |
object |
No description. |
DeletionProtection |
object |
No description. |
Description |
object |
No description. |
InstanceChargeType |
object |
No description. |
InstanceId |
object |
No description. |
InternetChargeType |
object |
No description. |
IpAddress |
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. |
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
Bandwidth
Optional
public object Bandwidth { get; set; }
- Type: object
DeletionProtection
Optional
public object DeletionProtection { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
InstanceChargeType
Optional
public object InstanceChargeType { get; set; }
- Type: object
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
InternetChargeType
Optional
public object InternetChargeType { get; set; }
- Type: object
IpAddress
Optional
public object IpAddress { get; set; }
- Type: object
Isp
Optional
public object Isp { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
Netmode
Optional
public object Netmode { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PricingCycle
Optional
public object PricingCycle { get; set; }
- Type: object
PublicIpAddressPoolId
Optional
public object PublicIpAddressPoolId { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SecurityProtectionTypes
Optional
public object SecurityProtectionTypes { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]