Skip to content

HaVipAssociationProps

Properties for defining a HaVipAssociation.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new HaVipAssociationProps {
    object HaVipId,
    object InstanceId,
    object InstanceType = null
};

Properties

Name Type Description
HaVipId object Property haVipId: The ID of the HAVIP.
InstanceId object Property instanceId: The ID of the ECS instance to be associated with the HAVIP.
InstanceType object Property instanceType: The type of the instance to be associated with the HAVIP.

HaVipIdRequired

public object HaVipId { get; set; }
  • Type: object

Property haVipId: The ID of the HAVIP.


InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

Property instanceId: The ID of the ECS instance to be associated with the HAVIP.


InstanceTypeOptional

public object InstanceType { get; set; }
  • Type: object

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.