Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::NetworksAddPeeringRequest (v1.3.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::NetworksAddPeeringRequest.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#auto_create_routes

def auto_create_routes() -> ::Boolean
Returns
  • (::Boolean) — This field will be deprecated soon. Use exchange_subnet_routes in network_peering instead. Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.

#auto_create_routes=

def auto_create_routes=(value) -> ::Boolean
Parameter
  • value (::Boolean) — This field will be deprecated soon. Use exchange_subnet_routes in network_peering instead. Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.
Returns
  • (::Boolean) — This field will be deprecated soon. Use exchange_subnet_routes in network_peering instead. Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.

#name

def name() -> ::String
Returns
  • (::String) — Name of the peering, which should conform to RFC1035.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the peering, which should conform to RFC1035.
Returns
  • (::String) — Name of the peering, which should conform to RFC1035.

#network_peering

def network_peering() -> ::Google::Cloud::Compute::V1::NetworkPeering
Returns
  • (::Google::Cloud::Compute::V1::NetworkPeering) — Network peering parameters. In order to specify route policies for peering using import and export custom routes, you must specify all peering related parameters (name, peer network, exchange_subnet_routes) in the network_peering field. The corresponding fields in NetworksAddPeeringRequest will be deprecated soon.

#network_peering=

def network_peering=(value) -> ::Google::Cloud::Compute::V1::NetworkPeering
Parameter
  • value (::Google::Cloud::Compute::V1::NetworkPeering) — Network peering parameters. In order to specify route policies for peering using import and export custom routes, you must specify all peering related parameters (name, peer network, exchange_subnet_routes) in the network_peering field. The corresponding fields in NetworksAddPeeringRequest will be deprecated soon.
Returns
  • (::Google::Cloud::Compute::V1::NetworkPeering) — Network peering parameters. In order to specify route policies for peering using import and export custom routes, you must specify all peering related parameters (name, peer network, exchange_subnet_routes) in the network_peering field. The corresponding fields in NetworksAddPeeringRequest will be deprecated soon.

#peer_network

def peer_network() -> ::String
Returns
  • (::String) — URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network.

#peer_network=

def peer_network=(value) -> ::String
Parameter
  • value (::String) — URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network.
Returns
  • (::String) — URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network.