RosHaVipProps
Properties for defining a RosHaVip.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-havip
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosHaVipProps {
object VSwitchId,
object Description = null,
object IpAddress = null,
object Name = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
VSwitchId |
object |
No description. |
Description |
object |
No description. |
IpAddress |
object |
No description. |
Name |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
VSwitchIdRequired
public object VSwitchId { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
IpAddressOptional
public object IpAddress { get; set; }
- Type: object
NameOptional
public object Name { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]