compute  beta
Properties | List of all members
Google.Apis.Compute.beta.Data.NetworksAddPeeringRequest Class Reference
Inheritance diagram for Google.Apis.Compute.beta.Data.NetworksAddPeeringRequest:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< bool > AutoCreateRoutes [get, set]
 This field will be deprecated soon. Prefer using exchange_subnet_routes in network_peering instead. Whether Google Compute Engine manages the routes automatically. More...
 
virtual string Name [get, set]
 Name of the peering, which should conform to RFC1035. More...
 
virtual NetworkPeering NetworkPeering [get, set]
 Network peering parameters. In order to specify route policies for peering using import/export custom routes, you will have to fill all peering related parameters (name, peer network, exchange_subnet_routes) in network_peeringfield. Corresponding fields in NetworksAddPeeringRequest will be deprecated soon. More...
 
virtual string PeerNetwork [get, set]
 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. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ AutoCreateRoutes

virtual System.Nullable<bool> Google.Apis.Compute.beta.Data.NetworksAddPeeringRequest.AutoCreateRoutes
getset

This field will be deprecated soon. Prefer using exchange_subnet_routes in network_peering instead. Whether Google Compute Engine manages the routes automatically.

◆ ETag

virtual string Google.Apis.Compute.beta.Data.NetworksAddPeeringRequest.ETag
getset

The ETag of the item.

◆ Name

virtual string Google.Apis.Compute.beta.Data.NetworksAddPeeringRequest.Name
getset

Name of the peering, which should conform to RFC1035.

◆ NetworkPeering

virtual NetworkPeering Google.Apis.Compute.beta.Data.NetworksAddPeeringRequest.NetworkPeering
getset

Network peering parameters. In order to specify route policies for peering using import/export custom routes, you will have to fill all peering related parameters (name, peer network, exchange_subnet_routes) in network_peeringfield. Corresponding fields in NetworksAddPeeringRequest will be deprecated soon.

◆ PeerNetwork

virtual string Google.Apis.Compute.beta.Data.NetworksAddPeeringRequest.PeerNetwork
getset

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.


The documentation for this class was generated from the following file: