Show / Hide Table of Contents

Class VpcPeeringConfig

The VPC peering configuration is used to create VPC peering with the consumer's VPC.

Inheritance
object
VpcPeeringConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX