class Google::Apis::DatamigrationV1beta1::VpcPeeringConnectivity

The details of the VPC where the source database is located in Google Cloud. We will use this information to set up the VPC peering connection between Cloud SQL and this VPC.

Attributes

vpc[RW]

The name of the VPC network to peer with the Cloud SQL private network. Corresponds to the JSON property `vpc` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datamigration_v1beta1/classes.rb, line 1652
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datamigration_v1beta1/classes.rb, line 1657
def update!(**args)
  @vpc = args[:vpc] if args.key?(:vpc)
end