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. |
HaVipIdRequired
public object HaVipId { get; set; }
- Type: object
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
InstanceTypeOptional
public object InstanceType { get; set; }
- Type: object