RosVSwitchProps
Properties for defining a RosVSwitch
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-vswitch
Initializer
import { datasource } from '@alicloud/ros-cdk-vpc'
const rosVSwitchProps: datasource.RosVSwitchProps = { ... }
Properties
Name | Type | Description |
---|---|---|
vSwitchId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
vSwitchId
Required
public readonly vSwitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable