Show / Hide Table of Contents

Class NetworksAddPeeringRequest

Inheritance
object
NetworksAddPeeringRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class NetworksAddPeeringRequest : IDirectResponseSchema

Properties

AutoCreateRoutes

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.

Declaration
[JsonProperty("autoCreateRoutes")]
public virtual bool? AutoCreateRoutes { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExportCustomRoutes

This field will be deprecated soon. Use export_custom_routes in network_peering instead. Whether to export the custom routes to peer network.

Declaration
[JsonProperty("exportCustomRoutes")]
public virtual bool? ExportCustomRoutes { get; set; }
Property Value
Type Description
bool?

ImportCustomRoutes

This field will be deprecated soon. Use import_custom_routes in network_peering instead. Whether to import the custom routes from peer network.

Declaration
[JsonProperty("importCustomRoutes")]
public virtual bool? ImportCustomRoutes { get; set; }
Property Value
Type Description
bool?

Name

Name of the peering, which should conform to RFC1035.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

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.

Declaration
[JsonProperty("networkPeering")]
public virtual NetworkPeering NetworkPeering { get; set; }
Property Value
Type Description
NetworkPeering

PeerNetwork

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.

Declaration
[JsonProperty("peerNetwork")]
public virtual string PeerNetwork { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX