Class NetworkPeeringArgs
Inherited Members
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 SourceNetworkPeeringArgs()
Declaration
public NetworkPeeringArgs()
Properties
View SourceExportCustomRoutes
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> |
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> |
Name
Name of the peering.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Network
The primary network of the peering.
Declaration
public Input<string> Network { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |