public sealed class VpcPeeringConfig : IMessage<VpcPeeringConfig>, IEquatable<VpcPeeringConfig>, IDeepCloneable<VpcPeeringConfig>, IBufferMessage, IMessageThe VPC Peering configuration is used to create VPC peering between Datastream and the consumer's VPC.
Implements
IMessage<VpcPeeringConfig>, IEquatable<VpcPeeringConfig>, IDeepCloneable<VpcPeeringConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.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 Datastream will peer to.
| Property Value | |
|---|---|
| Type | Description |
String |
|