RosVSwitchProps
Properties for defining a RosVSwitch.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-vswitch
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosVSwitchProps {
object VSwitchId,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
VSwitchId |
object |
No description. |
RefreshOptions |
object |
No description. |
VSwitchIdRequired
public object VSwitchId { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object