Class VpcPeeringConfig
The VPC peering configuration is used to create VPC peering with the consumer's VPC.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.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 |
VpcName
Required. Fully qualified name of the VPC that Database Migration Service will peer to.
Declaration
[JsonProperty("vpcName")]
public virtual string VpcName { get; set; }
Property Value
Type | Description |
---|---|
string |