AnycastEIPProps
Properties for defining a AnycastEIP
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-anycasteip
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.AnycastEIPProps {
Bandwidth: interface{},
Description: interface{},
InstanceChargeType: interface{},
InternetChargeType: interface{},
Name: interface{},
ServiceLocation: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Bandwidth |
interface{} |
Property bandwidth: Anycast EIP instance bandwidth. |
Description |
interface{} |
Property description: Anycast EIP instance description. |
InstanceChargeType |
interface{} |
Property instanceChargeType: Anycast EIP instance charge type. |
InternetChargeType |
interface{} |
Property internetChargeType: Anycast EIP instance access public network billing method. |
Name |
interface{} |
Property name: Anycast EIP instance name. |
ServiceLocation |
interface{} |
Property serviceLocation: Anycast EIP instance access area. |
Bandwidth
Optional
Bandwidth interface{}
- Type: interface{}
Property bandwidth: Anycast EIP instance bandwidth.
Description
Optional
Description interface{}
- Type: interface{}
Property description: Anycast EIP instance description.
InstanceChargeType
Optional
InstanceChargeType interface{}
- Type: interface{}
Property instanceChargeType: Anycast EIP instance charge type.
InternetChargeType
Optional
InternetChargeType interface{}
- Type: interface{}
Property internetChargeType: Anycast EIP instance access public network billing method.
Name
Optional
Name interface{}
- Type: interface{}
Property name: Anycast EIP instance name.
ServiceLocation
Optional
ServiceLocation interface{}
- Type: interface{}
Property serviceLocation: Anycast EIP instance access area.