Class LocalNetworkGatewayState
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.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LocalNetworkGatewayState : ResourceArgs
Constructors
View SourceLocalNetworkGatewayState()
Declaration
public LocalNetworkGatewayState()
Properties
View SourceAddressSpaces
The list of string CIDRs representing the address spaces the gateway exposes.
Declaration
public InputList<string> AddressSpaces { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
BgpSettings
A bgp_settings block as defined below containing the
Local Network Gateway's BGP speaker settings.
Declaration
public Input<LocalNetworkGatewayBgpSettingsGetArgs> BgpSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<LocalNetworkGatewayBgpSettingsGetArgs> |
GatewayAddress
The IP address of the gateway to which to connect.
Declaration
public Input<string> GatewayAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
The location/region where the local network gateway is created. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the local network gateway. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which to create the local network gateway.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |