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. |
DhcpOptionsSetId
Optional
DhcpOptionsSetId interface{}
- Type: interface{}
IsDefault
Optional
IsDefault interface{}
- Type: interface{}
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
VpcIds
Optional
VpcIds interface{}
- Type: interface{}
VpcName
Optional
VpcName interface{}
- Type: interface{}
VpcOwnerId
Optional
VpcOwnerId interface{}
- Type: interface{}