Class VpcPeeringConfig
The VPC Peering configuration is used to create VPC peering between Datastream and the consumer's VPC.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1alpha1.Data
Assembly: Google.Apis.Datastream.v1alpha1.dll
Syntax
public class VpcPeeringConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Subnet
Required. A free subnet for peering. (CIDR of /29)
Declaration
[JsonProperty("subnet")]
public virtual string Subnet { get; set; }
Property Value
Type | Description |
---|---|
string |
VpcName
Required. fully qualified name of the VPC Datastream will peer to.
Declaration
[JsonProperty("vpcName")]
public virtual string VpcName { get; set; }
Property Value
Type | Description |
---|---|
string |