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. |
Bandwidth
Optional
public object Bandwidth { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
InstanceChargeType
Optional
public object InstanceChargeType { get; set; }
- Type: object
InternetChargeType
Optional
public object InternetChargeType { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
ServiceLocation
Optional
public object ServiceLocation { get; set; }
- Type: object