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. |
AnycastId
Required
AnycastId interface{}
- Type: interface{}
Property anycastId: Anycast EIP instance ID.
BindInstanceId
Required
BindInstanceId interface{}
- Type: interface{}
Property bindInstanceId: The ID of the cloud resource instance to be bound.
BindInstanceRegionId
Required
BindInstanceRegionId interface{}
- Type: interface{}
Property bindInstanceRegionId: The region ID of the cloud resource instance to be bound.
BindInstanceType
Required
BindInstanceType interface{}
- Type: interface{}
Property bindInstanceType: The cloud resource instance type to be bound.
Valid value: SlbInstance, SLB instance of private network type.