RosVpcsProps
Properties for defining a RosVpcs.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-vpcs
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.RosVpcsProps {
DhcpOptionsSetId: interface{},
IsDefault: interface{},
RefreshOptions: interface{},
ResourceGroupId: interface{},
VpcIds: interface{},
VpcName: interface{},
VpcOwnerId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
DhcpOptionsSetId |
interface{} |
No description. |
IsDefault |
interface{} |
No description. |
RefreshOptions |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
VpcIds |
interface{} |
No description. |
VpcName |
interface{} |
No description. |
VpcOwnerId |
interface{} |
No description. |
DhcpOptionsSetIdOptional
DhcpOptionsSetId interface{}
- Type: interface{}
IsDefaultOptional
IsDefault interface{}
- Type: interface{}
RefreshOptionsOptional
RefreshOptions interface{}
- Type: interface{}
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
VpcIdsOptional
VpcIds interface{}
- Type: interface{}
VpcNameOptional
VpcName interface{}
- Type: interface{}
VpcOwnerIdOptional
VpcOwnerId interface{}
- Type: interface{}