Show / Hide Table of Contents

Class VirtualNetworkPeeringState

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualNetworkPeeringState
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.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkPeeringState : ResourceArgs

Constructors

View Source

VirtualNetworkPeeringState()

Declaration
public VirtualNetworkPeeringState()

Properties

View Source

AllowForwardedTraffic

Controls if forwarded traffic from VMs in the remote virtual network is allowed. Defaults to false.

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

AllowGatewayTransit

Controls gatewayLinks can be used in the remote virtual network’s link to the local virtual network.

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

AllowVirtualNetworkAccess

Controls if the VMs in the remote virtual network can access VMs in the local virtual network. Defaults to true.

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

Name

The name of the virtual network peering. Changing this forces a new resource to be created.

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

RemoteVirtualNetworkId

The full Azure resource ID of the remote virtual network. Changing this forces a new resource to be created.

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

ResourceGroupName

The name of the resource group in which to create the virtual network. Changing this forces a new resource to be created.

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

UseRemoteGateways

Controls if remote gateways can be used on the local virtual network. If the flag is set to true, and allow_gateway_transit on the remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway. Defaults to false.

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

VirtualNetworkName

The name of the virtual network. Changing this forces a new resource to be created.

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