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. |
Bandwidth
Optional
public object Bandwidth { get; set; }
- Type: object
Property bandwidth: Anycast EIP instance bandwidth.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: Anycast EIP instance description.
InstanceChargeType
Optional
public object InstanceChargeType { get; set; }
- Type: object
Property instanceChargeType: Anycast EIP instance charge type.
InternetChargeType
Optional
public object InternetChargeType { get; set; }
- Type: object
Property internetChargeType: Anycast EIP instance access public network billing method.
Name
Optional
public object Name { get; set; }
- Type: object
Property name: Anycast EIP instance name.
ServiceLocation
Optional
public object ServiceLocation { get; set; }
- Type: object
Property serviceLocation: Anycast EIP instance access area.