Class: Google::Cloud::CloudDMS::V1::VpcPeeringConnectivity

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#vpc::String

Returns The name of the VPC network to peer with the Cloud SQL private network.

Returns:

  • (::String)

    The name of the VPC network to peer with the Cloud SQL private network.



650
651
652
653
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 650

class VpcPeeringConnectivity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end