public sealed class VpcPeeringConfig : IMessage<VpcPeeringConfig>, IEquatable<VpcPeeringConfig>, IDeepCloneable<VpcPeeringConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class VpcPeeringConfig.
The VPC peering configuration is used to create VPC peering with the consumer's VPC.
Implements
IMessageVpcPeeringConfig, IEquatableVpcPeeringConfig, IDeepCloneableVpcPeeringConfig, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
VpcPeeringConfig()
public VpcPeeringConfig()
VpcPeeringConfig(VpcPeeringConfig)
public VpcPeeringConfig(VpcPeeringConfig other)
Parameter | |
---|---|
Name | Description |
other | VpcPeeringConfig |
Properties
Subnet
public string Subnet { get; set; }
Required. A free subnet for peering. (CIDR of /29)
Property Value | |
---|---|
Type | Description |
string |
VpcName
public string VpcName { get; set; }
Required. Fully qualified name of the VPC that Database Migration Service will peer to.
Property Value | |
---|---|
Type | Description |
string |
VpcNameAsNetworksName
public NetworksName VpcNameAsNetworksName { get; set; }
NetworksName-typed view over the VpcName resource name property.
Property Value | |
---|---|
Type | Description |
NetworksName |