RosHaVipAssociationProps
Properties for defining a RosHaVipAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-havipassociation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosHaVipAssociationProps {
object HaVipId,
object InstanceId,
object InstanceType = null
};
Properties
Name | Type | Description |
---|---|---|
HaVipId |
object |
No description. |
InstanceId |
object |
No description. |
InstanceType |
object |
No description. |
HaVipId
Required
public object HaVipId { get; set; }
- Type: object
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
InstanceType
Optional
public object InstanceType { get; set; }
- Type: object