RosVpcPeerConnectionProps
Properties for defining a RosVpcPeerConnection
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpcpeerconnection
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosVpcPeerConnectionProps {
AcceptingVpcId: interface{},
VpcId: interface{},
AcceptingAliUid: interface{},
AcceptingRegionId: interface{},
DeletionForce: interface{},
Description: interface{},
Name: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AcceptingVpcId |
interface{} |
No description. |
VpcId |
interface{} |
No description. |
AcceptingAliUid |
interface{} |
No description. |
AcceptingRegionId |
interface{} |
No description. |
DeletionForce |
interface{} |
No description. |
Description |
interface{} |
No description. |
Name |
interface{} |
No description. |
AcceptingVpcId
Required
AcceptingVpcId interface{}
- Type: interface{}
VpcId
Required
VpcId interface{}
- Type: interface{}
AcceptingAliUid
Optional
AcceptingAliUid interface{}
- Type: interface{}
AcceptingRegionId
Optional
AcceptingRegionId interface{}
- Type: interface{}
DeletionForce
Optional
DeletionForce interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
Name
Optional
Name interface{}
- Type: interface{}