RosAnycastEIPProps
Properties for defining a RosAnycastEIP.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-anycasteip
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosAnycastEIPProps {
object Bandwidth = null,
object Description = null,
object InstanceChargeType = null,
object InternetChargeType = null,
object Name = null,
object ServiceLocation = null
};
Properties
| Name | Type | Description |
|---|---|---|
Bandwidth |
object |
No description. |
Description |
object |
No description. |
InstanceChargeType |
object |
No description. |
InternetChargeType |
object |
No description. |
Name |
object |
No description. |
ServiceLocation |
object |
No description. |
BandwidthOptional
public object Bandwidth { 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
NameOptional
public object Name { get; set; }
- Type: object
ServiceLocationOptional
public object ServiceLocation { get; set; }
- Type: object