Compute Engine v1 API - Class NetworksAddPeeringRequest (2.15.0)

public sealed class NetworksAddPeeringRequest : IMessage<NetworksAddPeeringRequest>, IEquatable<NetworksAddPeeringRequest>, IDeepCloneable<NetworksAddPeeringRequest>, IBufferMessage, IMessage

Inheritance

object > NetworksAddPeeringRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NetworksAddPeeringRequest()

public NetworksAddPeeringRequest()

NetworksAddPeeringRequest(NetworksAddPeeringRequest)

public NetworksAddPeeringRequest(NetworksAddPeeringRequest other)
Parameter
NameDescription
otherNetworksAddPeeringRequest

Properties

AutoCreateRoutes

public bool AutoCreateRoutes { get; set; }

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.

Property Value
TypeDescription
bool

HasAutoCreateRoutes

public bool HasAutoCreateRoutes { get; }

Gets whether the "auto_create_routes" field is set

Property Value
TypeDescription
bool

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
TypeDescription
bool

HasPeerNetwork

public bool HasPeerNetwork { get; }

Gets whether the "peer_network" field is set

Property Value
TypeDescription
bool

Name

public string Name { get; set; }

Name of the peering, which should conform to RFC1035.

Property Value
TypeDescription
string

NetworkPeering

public NetworkPeering NetworkPeering { get; set; }

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.

Property Value
TypeDescription
NetworkPeering

PeerNetwork

public 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.

Property Value
TypeDescription
string