Skip to content

RosVSwitchesProps

Properties for defining a RosVSwitches.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-vswitches

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.RosVSwitchesProps {
    DhcpOptionsSetId: interface{},
    IsDefault: interface{},
    RefreshOptions: interface{},
    ResourceGroupId: interface{},
    RouteTableId: interface{},
    VpcId: interface{},
    VSwitchIds: interface{},
    VSwitchName: interface{},
    VSwitchOwnerId: interface{},
}

Properties

Name Type Description
DhcpOptionsSetId interface{} No description.
IsDefault interface{} No description.
RefreshOptions interface{} No description.
ResourceGroupId interface{} No description.
RouteTableId interface{} No description.
VpcId interface{} No description.
VSwitchIds interface{} No description.
VSwitchName interface{} No description.
VSwitchOwnerId interface{} No description.

DhcpOptionsSetIdOptional

DhcpOptionsSetId interface{}
  • Type: interface{}

IsDefaultOptional

IsDefault interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

RouteTableIdOptional

RouteTableId interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdsOptional

VSwitchIds interface{}
  • Type: interface{}

VSwitchNameOptional

VSwitchName interface{}
  • Type: interface{}

VSwitchOwnerIdOptional

VSwitchOwnerId interface{}
  • Type: interface{}