Database Migration v1 API - Class VpcPeeringConnectivity (2.2.0)

public sealed class VpcPeeringConnectivity : IMessage<VpcPeeringConnectivity>, IEquatable<VpcPeeringConnectivity>, IDeepCloneable<VpcPeeringConnectivity>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class VpcPeeringConnectivity.

The details of the VPC where the source database is located in Google Cloud. We will use this information to set up the VPC peering connection between Cloud SQL and this VPC.

Inheritance

object > VpcPeeringConnectivity

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

VpcPeeringConnectivity()

public VpcPeeringConnectivity()

VpcPeeringConnectivity(VpcPeeringConnectivity)

public VpcPeeringConnectivity(VpcPeeringConnectivity other)
Parameter
NameDescription
otherVpcPeeringConnectivity

Properties

Vpc

public string Vpc { get; set; }

The name of the VPC network to peer with the Cloud SQL private network.

Property Value
TypeDescription
string