Skip to content

RosVpcPeerConnectionProps

Properties for defining a RosVpcPeerConnection.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpcpeerconnection

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosVpcPeerConnectionProps {
    object AcceptingVpcId,
    object VpcId,
    object AcceptingAliUid = null,
    object AcceptingRegionId = null,
    object DeletionForce = null,
    object Description = null,
    object Name = null
};

Properties

Name Type Description
AcceptingVpcId object No description.
VpcId object No description.
AcceptingAliUid object No description.
AcceptingRegionId object No description.
DeletionForce object No description.
Description object No description.
Name object No description.

AcceptingVpcIdRequired

public object AcceptingVpcId { get; set; }
  • Type: object

VpcIdRequired

public object VpcId { get; set; }
  • Type: object

AcceptingAliUidOptional

public object AcceptingAliUid { get; set; }
  • Type: object

AcceptingRegionIdOptional

public object AcceptingRegionId { get; set; }
  • Type: object

DeletionForceOptional

public object DeletionForce { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

NameOptional

public object Name { get; set; }
  • Type: object