Skip to content

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.

AcceptingVpcIdRequired

AcceptingVpcId interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

AcceptingAliUidOptional

AcceptingAliUid interface{}
  • Type: interface{}

AcceptingRegionIdOptional

AcceptingRegionId interface{}
  • Type: interface{}

DeletionForceOptional

DeletionForce interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}