public sealed class VpcPeeringConnectivity : IMessage<VpcPeeringConnectivity>, IEquatable<VpcPeeringConnectivity>, IDeepCloneable<VpcPeeringConnectivity>, IBufferMessage, IMessage
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.
Implements
IMessage<VpcPeeringConnectivity>, IEquatable<VpcPeeringConnectivity>, IDeepCloneable<VpcPeeringConnectivity>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
VpcPeeringConnectivity()
public VpcPeeringConnectivity()
VpcPeeringConnectivity(VpcPeeringConnectivity)
public VpcPeeringConnectivity(VpcPeeringConnectivity other)
Parameter | |
---|---|
Name | Description |
other | VpcPeeringConnectivity |
Properties
Vpc
public string Vpc { get; set; }
The name of the VPC network to peer with the Cloud SQL private network.
Property Value | |
---|---|
Type | Description |
String |