We recommend using Azure Native.
Azure Classic v5.81.0 published on Monday, Jun 24, 2024 by Pulumi
azure.network.getVirtualWan
Explore with Pulumi AI
Use this data source to access information about an existing Virtual Wan.
Using getVirtualWan
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVirtualWan(args: GetVirtualWanArgs, opts?: InvokeOptions): Promise<GetVirtualWanResult>
function getVirtualWanOutput(args: GetVirtualWanOutputArgs, opts?: InvokeOptions): Output<GetVirtualWanResult>
def get_virtual_wan(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVirtualWanResult
def get_virtual_wan_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVirtualWanResult]
func LookupVirtualWan(ctx *Context, args *LookupVirtualWanArgs, opts ...InvokeOption) (*LookupVirtualWanResult, error)
func LookupVirtualWanOutput(ctx *Context, args *LookupVirtualWanOutputArgs, opts ...InvokeOption) LookupVirtualWanResultOutput
> Note: This function is named LookupVirtualWan
in the Go SDK.
public static class GetVirtualWan
{
public static Task<GetVirtualWanResult> InvokeAsync(GetVirtualWanArgs args, InvokeOptions? opts = null)
public static Output<GetVirtualWanResult> Invoke(GetVirtualWanInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVirtualWanResult> getVirtualWan(GetVirtualWanArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure:network/getVirtualWan:getVirtualWan
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of this Virtual Wan.
- Resource
Group stringName - The name of the Resource Group where the Virtual Wan exists.
- Name string
- The name of this Virtual Wan.
- Resource
Group stringName - The name of the Resource Group where the Virtual Wan exists.
- name String
- The name of this Virtual Wan.
- resource
Group StringName - The name of the Resource Group where the Virtual Wan exists.
- name string
- The name of this Virtual Wan.
- resource
Group stringName - The name of the Resource Group where the Virtual Wan exists.
- name str
- The name of this Virtual Wan.
- resource_
group_ strname - The name of the Resource Group where the Virtual Wan exists.
- name String
- The name of this Virtual Wan.
- resource
Group StringName - The name of the Resource Group where the Virtual Wan exists.
getVirtualWan Result
The following output properties are available:
- Allow
Branch boolTo Branch Traffic - Is branch to branch traffic is allowed?
- Disable
Vpn boolEncryption - Is VPN Encryption disabled?
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- The Azure Region where the Virtual Wan exists.
- Name string
- Office365Local
Breakout stringCategory - The Office365 Local Breakout Category.
- Resource
Group stringName - Sku string
- Type of Virtual Wan (Basic or Standard).
- Dictionary<string, string>
- A mapping of tags assigned to the Virtual Wan.
- Virtual
Hub List<string>Ids - A list of Virtual Hubs IDs attached to this Virtual WAN.
- Vpn
Site List<string>Ids - A list of VPN Site IDs attached to this Virtual WAN.
- Allow
Branch boolTo Branch Traffic - Is branch to branch traffic is allowed?
- Disable
Vpn boolEncryption - Is VPN Encryption disabled?
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- The Azure Region where the Virtual Wan exists.
- Name string
- Office365Local
Breakout stringCategory - The Office365 Local Breakout Category.
- Resource
Group stringName - Sku string
- Type of Virtual Wan (Basic or Standard).
- map[string]string
- A mapping of tags assigned to the Virtual Wan.
- Virtual
Hub []stringIds - A list of Virtual Hubs IDs attached to this Virtual WAN.
- Vpn
Site []stringIds - A list of VPN Site IDs attached to this Virtual WAN.
- allow
Branch BooleanTo Branch Traffic - Is branch to branch traffic is allowed?
- disable
Vpn BooleanEncryption - Is VPN Encryption disabled?
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- The Azure Region where the Virtual Wan exists.
- name String
- office365Local
Breakout StringCategory - The Office365 Local Breakout Category.
- resource
Group StringName - sku String
- Type of Virtual Wan (Basic or Standard).
- Map<String,String>
- A mapping of tags assigned to the Virtual Wan.
- virtual
Hub List<String>Ids - A list of Virtual Hubs IDs attached to this Virtual WAN.
- vpn
Site List<String>Ids - A list of VPN Site IDs attached to this Virtual WAN.
- allow
Branch booleanTo Branch Traffic - Is branch to branch traffic is allowed?
- disable
Vpn booleanEncryption - Is VPN Encryption disabled?
- id string
- The provider-assigned unique ID for this managed resource.
- location string
- The Azure Region where the Virtual Wan exists.
- name string
- office365Local
Breakout stringCategory - The Office365 Local Breakout Category.
- resource
Group stringName - sku string
- Type of Virtual Wan (Basic or Standard).
- {[key: string]: string}
- A mapping of tags assigned to the Virtual Wan.
- virtual
Hub string[]Ids - A list of Virtual Hubs IDs attached to this Virtual WAN.
- vpn
Site string[]Ids - A list of VPN Site IDs attached to this Virtual WAN.
- allow_
branch_ boolto_ branch_ traffic - Is branch to branch traffic is allowed?
- disable_
vpn_ boolencryption - Is VPN Encryption disabled?
- id str
- The provider-assigned unique ID for this managed resource.
- location str
- The Azure Region where the Virtual Wan exists.
- name str
- office365_
local_ strbreakout_ category - The Office365 Local Breakout Category.
- resource_
group_ strname - sku str
- Type of Virtual Wan (Basic or Standard).
- Mapping[str, str]
- A mapping of tags assigned to the Virtual Wan.
- virtual_
hub_ Sequence[str]ids - A list of Virtual Hubs IDs attached to this Virtual WAN.
- vpn_
site_ Sequence[str]ids - A list of VPN Site IDs attached to this Virtual WAN.
- allow
Branch BooleanTo Branch Traffic - Is branch to branch traffic is allowed?
- disable
Vpn BooleanEncryption - Is VPN Encryption disabled?
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- The Azure Region where the Virtual Wan exists.
- name String
- office365Local
Breakout StringCategory - The Office365 Local Breakout Category.
- resource
Group StringName - sku String
- Type of Virtual Wan (Basic or Standard).
- Map<String>
- A mapping of tags assigned to the Virtual Wan.
- virtual
Hub List<String>Ids - A list of Virtual Hubs IDs attached to this Virtual WAN.
- vpn
Site List<String>Ids - A list of VPN Site IDs attached to this Virtual WAN.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurerm
Terraform Provider.