RosInstanceVpcEndpointLinkedVpcProps
Properties for defining a RosInstanceVpcEndpointLinkedVpc.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-instancevpcendpointlinkedvpc
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcr"
&alicloudroscdkcr.RosInstanceVpcEndpointLinkedVpcProps {
InstanceId: interface{},
VpcId: interface{},
VswitchId: interface{},
EnableCreateDnsRecordInPvzt: interface{},
ModuleName: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
InstanceId | interface{} | No description. |
VpcId | interface{} | No description. |
VswitchId | interface{} | No description. |
EnableCreateDnsRecordInPvzt | interface{} | No description. |
ModuleName | interface{} | No description. |
InstanceIdRequired
InstanceId interface{}
- Type: interface{}
VpcIdRequired
VpcId interface{}
- Type: interface{}
VswitchIdRequired
VswitchId interface{}
- Type: interface{}
EnableCreateDnsRecordInPvztOptional
EnableCreateDnsRecordInPvzt interface{}
- Type: interface{}
ModuleNameOptional
ModuleName interface{}
- Type: interface{}