Skip to content

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.

BandwidthOptional

Bandwidth interface{}
  • Type: interface{}

Property bandwidth: Anycast EIP instance bandwidth.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: Anycast EIP instance description.


InstanceChargeTypeOptional

InstanceChargeType interface{}
  • Type: interface{}

Property instanceChargeType: Anycast EIP instance charge type.


InternetChargeTypeOptional

InternetChargeType interface{}
  • Type: interface{}

Property internetChargeType: Anycast EIP instance access public network billing method.


NameOptional

Name interface{}
  • Type: interface{}

Property name: Anycast EIP instance name.


ServiceLocationOptional

ServiceLocation interface{}
  • Type: interface{}

Property serviceLocation: Anycast EIP instance access area.