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. |
DhcpOptionsSetId
Optional
public object DhcpOptionsSetId { get; set; }
- Type: object
IsDefault
Optional
public object IsDefault { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
RouteTableId
Optional
public object RouteTableId { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VSwitchIds
Optional
public object VSwitchIds { get; set; }
- Type: object
VSwitchName
Optional
public object VSwitchName { get; set; }
- Type: object
VSwitchOwnerId
Optional
public object VSwitchOwnerId { get; set; }
- Type: object