Class: Google::Cloud::Compute::V1::NetworksAddPeeringRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NetworksAddPeeringRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#auto_create_routes ⇒ ::Boolean
This field will be deprecated soon.
-
#name ⇒ ::String
Name of the peering, which should conform to RFC1035.
-
#network_peering ⇒ ::Google::Cloud::Compute::V1::NetworkPeering
Network peering parameters.
-
#peer_network ⇒ ::String
URL of the peer network.
Instance Attribute Details
#auto_create_routes ⇒ ::Boolean
Returns 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.
21599 21600 21601 21602 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21599 class NetworksAddPeeringRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the peering, which should conform to RFC1035.
21599 21600 21601 21602 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21599 class NetworksAddPeeringRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_peering ⇒ ::Google::Cloud::Compute::V1::NetworkPeering
Returns 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.
21599 21600 21601 21602 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21599 class NetworksAddPeeringRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peer_network ⇒ ::String
Returns 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.
21599 21600 21601 21602 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21599 class NetworksAddPeeringRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |