RosVSwitchesProps
Properties for defining a RosVSwitches.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-vswitches
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosVSwitchesProps {
object DhcpOptionsSetId = null,
object IsDefault = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object RouteTableId = null,
object VpcId = null,
object VSwitchIds = null,
object VSwitchName = null,
object VSwitchOwnerId = null
};
Properties
| Name | Type | Description |
|---|---|---|
DhcpOptionsSetId |
object |
No description. |
IsDefault |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
RouteTableId |
object |
No description. |
VpcId |
object |
No description. |
VSwitchIds |
object |
No description. |
VSwitchName |
object |
No description. |
VSwitchOwnerId |
object |
No description. |
DhcpOptionsSetIdOptional
public object DhcpOptionsSetId { get; set; }
- Type: object
IsDefaultOptional
public object IsDefault { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
RouteTableIdOptional
public object RouteTableId { get; set; }
- Type: object
VpcIdOptional
public object VpcId { get; set; }
- Type: object
VSwitchIdsOptional
public object VSwitchIds { get; set; }
- Type: object
VSwitchNameOptional
public object VSwitchName { get; set; }
- Type: object
VSwitchOwnerIdOptional
public object VSwitchOwnerId { get; set; }
- Type: object