Show / Hide Table of Contents

Class NetworkPeeringArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NetworkPeeringArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class NetworkPeeringArgs : ResourceArgs

Constructors

View Source

NetworkPeeringArgs()

Declaration
public NetworkPeeringArgs()

Properties

View Source

ExportCustomRoutes

Whether to export the custom routes to the peer network. Defaults to false.

Declaration
public Input<bool> ExportCustomRoutes { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ImportCustomRoutes

Whether to export the custom routes from the peer network. Defaults to false.

Declaration
public Input<bool> ImportCustomRoutes { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

Name of the peering.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Network

The primary network of the peering.

Declaration
public Input<string> Network { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PeerNetwork

The peer network in the peering. The peer network may belong to a different project.

Declaration
public Input<string> PeerNetwork { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.