Skip to content

AnycastEIPAssociationProps

Properties for defining a AnycastEIPAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-anycasteipassociation

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.AnycastEIPAssociationProps {
    AnycastId: interface{},
    BindInstanceId: interface{},
    BindInstanceRegionId: interface{},
    BindInstanceType: interface{},
}

Properties

Name Type Description
AnycastId interface{} Property anycastId: Anycast EIP instance ID.
BindInstanceId interface{} Property bindInstanceId: The ID of the cloud resource instance to be bound.
BindInstanceRegionId interface{} Property bindInstanceRegionId: The region ID of the cloud resource instance to be bound.
BindInstanceType interface{} Property bindInstanceType: The cloud resource instance type to be bound.

AnycastIdRequired

AnycastId interface{}
  • Type: interface{}

Property anycastId: Anycast EIP instance ID.


BindInstanceIdRequired

BindInstanceId interface{}
  • Type: interface{}

Property bindInstanceId: The ID of the cloud resource instance to be bound.


BindInstanceRegionIdRequired

BindInstanceRegionId interface{}
  • Type: interface{}

Property bindInstanceRegionId: The region ID of the cloud resource instance to be bound.


BindInstanceTypeRequired

BindInstanceType interface{}
  • Type: interface{}

Property bindInstanceType: The cloud resource instance type to be bound.

Valid value: SlbInstance, SLB instance of private network type.