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.v1.Data
Assembly: Google.Apis.Datastream.v1.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 |
Vpc
Required. Fully qualified name of the VPC that Datastream will peer to. Format:
projects/{project}/global/{networks}/{name}
Declaration
[JsonProperty("vpc")]
public virtual string Vpc { get; set; }
Property Value
Type | Description |
---|---|
string |