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{},
Bandwidth: interface{},
DeletionForce: interface{},
Description: interface{},
LinkType: interface{},
Name: interface{},
ResourceGroupId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
AcceptingVpcId | interface{} | No description. |
VpcId | interface{} | No description. |
AcceptingAliUid | interface{} | No description. |
AcceptingRegionId | interface{} | No description. |
Bandwidth | interface{} | No description. |
DeletionForce | interface{} | No description. |
Description | interface{} | No description. |
LinkType | interface{} | No description. |
Name | interface{} | No description. |
ResourceGroupId | interface{} | No description. |
AcceptingVpcIdRequired
AcceptingVpcId interface{}
- Type: interface{}
VpcIdRequired
VpcId interface{}
- Type: interface{}
AcceptingAliUidOptional
AcceptingAliUid interface{}
- Type: interface{}
AcceptingRegionIdOptional
AcceptingRegionId interface{}
- Type: interface{}
BandwidthOptional
Bandwidth interface{}
- Type: interface{}
DeletionForceOptional
DeletionForce interface{}
- Type: interface{}
DescriptionOptional
Description interface{}
- Type: interface{}
LinkTypeOptional
LinkType interface{}
- Type: interface{}
NameOptional
Name interface{}
- Type: interface{}
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}