Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::PrivateConnection (v0.8.0)

Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::PrivateConnection.

The PrivateConnection resource is used to establish private connectivity with the customer's network.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#display_name

def display_name() -> ::String
Returns
  • (::String) — The private connection display name.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — The private connection display name.
Returns
  • (::String) — The private connection display name.

#error

def error() -> ::Google::Rpc::Status
Returns

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — The resource labels for private connections to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs.

    Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — The resource labels for private connections to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs.

    Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Returns
  • (::Google::Protobuf::Map{::String => ::String}) — The resource labels for private connections to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs.

    Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

#name

def name() -> ::String
Returns
  • (::String) — The name of the resource.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the resource.
Returns
  • (::String) — The name of the resource.

#state

def state() -> ::Google::Cloud::CloudDMS::V1::PrivateConnection::State
Returns

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#vpc_peering_config

def vpc_peering_config() -> ::Google::Cloud::CloudDMS::V1::VpcPeeringConfig
Returns

#vpc_peering_config=

def vpc_peering_config=(value) -> ::Google::Cloud::CloudDMS::V1::VpcPeeringConfig
Parameter
Returns