HaVipAssociationProps
Properties for defining a HaVipAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-havipassociation
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.HaVipAssociationProps {
HaVipId: interface{},
InstanceId: interface{},
InstanceType: interface{},
}
Properties
Name | Type | Description |
---|---|---|
HaVipId |
interface{} |
Property haVipId: The ID of the HAVIP. |
InstanceId |
interface{} |
Property instanceId: The ID of the ECS instance to be associated with the HAVIP. |
InstanceType |
interface{} |
Property instanceType: The type of the instance to be associated with the HAVIP. |
HaVipId
Required
HaVipId interface{}
- Type: interface{}
Property haVipId: The ID of the HAVIP.
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Property instanceId: The ID of the ECS instance to be associated with the HAVIP.
InstanceType
Optional
InstanceType interface{}
- Type: interface{}
Property instanceType: The type of the instance to be associated with the HAVIP.
Valid values: EcsInstance: an ECS instance NetworkInterface: an ENI. If you want to associate the HAVIP with an ENI, this parameter is required.