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{},
    ResourceGroupId: interface{},
    ServiceLocation: interface{},
}

Properties

Name Type Description
Bandwidth interface{} Property bandwidth: The peak bandwidth of the Anycast EIP instance.
Description interface{} Property description: The description of the Anycast EIP instance.
InstanceChargeType interface{} Property instanceChargeType: The billing method of the Anycast EIP instance.
InternetChargeType interface{} Property internetChargeType: The metering method for Internet data transfer.
Name interface{} Property name: The name of the Anycast EIP instance.
ResourceGroupId interface{} Property resourceGroupId: The ID of the resource group.
ServiceLocation interface{} Property serviceLocation: Anycast EIP instance access area.

BandwidthOptional

Bandwidth interface{}
  • Type: interface{}

Property bandwidth: The peak bandwidth of the Anycast EIP instance.

Unit: Mbps. Valid values: 200 to 1000. Default value: 1000.

The peak bandwidth is for reference only and is not a guaranteed value. It serves as the upper limit for bandwidth.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of the Anycast EIP instance.

The description must be 0 to 256 characters in length and cannot start with http:\/\/ or https:\/\/.


InstanceChargeTypeOptional

InstanceChargeType interface{}
  • Type: interface{}

Property instanceChargeType: The billing method of the Anycast EIP instance.

Set the value to PostPaid. This value specifies the pay-as-you-go billing method.


InternetChargeTypeOptional

InternetChargeType interface{}
  • Type: interface{}

Property internetChargeType: The metering method for Internet data transfer.

Set the value to PayByTraffic. This value specifies the pay-by-data-transfer metering method.


NameOptional

Name interface{}
  • Type: interface{}

Property name: The name of the Anycast EIP instance.

The name must be 0 to 128 characters in length. It must start with a letter or a Chinese character and can contain digits, underscores (_), and hyphens (-).


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group.


ServiceLocationOptional

ServiceLocation interface{}
  • Type: interface{}

Property serviceLocation: Anycast EIP instance access area.