AnycastEIPProps
Properties for defining a AnycastEIP.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-anycasteip
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new AnycastEIPProps {
object Bandwidth = null,
object Description = null,
object InstanceChargeType = null,
object InternetChargeType = null,
object Name = null,
object ServiceLocation = null
};
Properties
| Name | Type | Description |
|---|---|---|
Bandwidth |
object |
Property bandwidth: Anycast EIP instance bandwidth. |
Description |
object |
Property description: Anycast EIP instance description. |
InstanceChargeType |
object |
Property instanceChargeType: Anycast EIP instance charge type. |
InternetChargeType |
object |
Property internetChargeType: Anycast EIP instance access public network billing method. |
Name |
object |
Property name: Anycast EIP instance name. |
ServiceLocation |
object |
Property serviceLocation: Anycast EIP instance access area. |
BandwidthOptional
public object Bandwidth { get; set; }
- Type: object
Property bandwidth: Anycast EIP instance bandwidth.
DescriptionOptional
public object Description { get; set; }
- Type: object
Property description: Anycast EIP instance description.
InstanceChargeTypeOptional
public object InstanceChargeType { get; set; }
- Type: object
Property instanceChargeType: Anycast EIP instance charge type.
InternetChargeTypeOptional
public object InternetChargeType { get; set; }
- Type: object
Property internetChargeType: Anycast EIP instance access public network billing method.
NameOptional
public object Name { get; set; }
- Type: object
Property name: Anycast EIP instance name.
ServiceLocationOptional
public object ServiceLocation { get; set; }
- Type: object
Property serviceLocation: Anycast EIP instance access area.