azure-native.network.getP2sVpnGatewayP2sVpnConnectionHealth
Explore with Pulumi AI
Gets the connection health of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.
Uses Azure REST API version 2024-05-01.
Other available API versions: 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native network [ApiVersion]. See the version guide for details.
Using getP2sVpnGatewayP2sVpnConnectionHealth
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 getP2sVpnGatewayP2sVpnConnectionHealth(args: GetP2sVpnGatewayP2sVpnConnectionHealthArgs, opts?: InvokeOptions): Promise<GetP2sVpnGatewayP2sVpnConnectionHealthResult>
function getP2sVpnGatewayP2sVpnConnectionHealthOutput(args: GetP2sVpnGatewayP2sVpnConnectionHealthOutputArgs, opts?: InvokeOptions): Output<GetP2sVpnGatewayP2sVpnConnectionHealthResult>def get_p2s_vpn_gateway_p2s_vpn_connection_health(gateway_name: Optional[str] = None,
                                                  resource_group_name: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetP2sVpnGatewayP2sVpnConnectionHealthResult
def get_p2s_vpn_gateway_p2s_vpn_connection_health_output(gateway_name: Optional[pulumi.Input[str]] = None,
                                                  resource_group_name: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetP2sVpnGatewayP2sVpnConnectionHealthResult]func GetP2sVpnGatewayP2sVpnConnectionHealth(ctx *Context, args *GetP2sVpnGatewayP2sVpnConnectionHealthArgs, opts ...InvokeOption) (*GetP2sVpnGatewayP2sVpnConnectionHealthResult, error)
func GetP2sVpnGatewayP2sVpnConnectionHealthOutput(ctx *Context, args *GetP2sVpnGatewayP2sVpnConnectionHealthOutputArgs, opts ...InvokeOption) GetP2sVpnGatewayP2sVpnConnectionHealthResultOutput> Note: This function is named GetP2sVpnGatewayP2sVpnConnectionHealth in the Go SDK.
public static class GetP2sVpnGatewayP2sVpnConnectionHealth 
{
    public static Task<GetP2sVpnGatewayP2sVpnConnectionHealthResult> InvokeAsync(GetP2sVpnGatewayP2sVpnConnectionHealthArgs args, InvokeOptions? opts = null)
    public static Output<GetP2sVpnGatewayP2sVpnConnectionHealthResult> Invoke(GetP2sVpnGatewayP2sVpnConnectionHealthInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetP2sVpnGatewayP2sVpnConnectionHealthResult> getP2sVpnGatewayP2sVpnConnectionHealth(GetP2sVpnGatewayP2sVpnConnectionHealthArgs args, InvokeOptions options)
public static Output<GetP2sVpnGatewayP2sVpnConnectionHealthResult> getP2sVpnGatewayP2sVpnConnectionHealth(GetP2sVpnGatewayP2sVpnConnectionHealthArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:network:getP2sVpnGatewayP2sVpnConnectionHealth
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Gateway
Name string - The name of the P2SVpnGateway.
 - Resource
Group stringName  - The name of the resource group.
 
- Gateway
Name string - The name of the P2SVpnGateway.
 - Resource
Group stringName  - The name of the resource group.
 
- gateway
Name String - The name of the P2SVpnGateway.
 - resource
Group StringName  - The name of the resource group.
 
- gateway
Name string - The name of the P2SVpnGateway.
 - resource
Group stringName  - The name of the resource group.
 
- gateway_
name str - The name of the P2SVpnGateway.
 - resource_
group_ strname  - The name of the resource group.
 
- gateway
Name String - The name of the P2SVpnGateway.
 - resource
Group StringName  - The name of the resource group.
 
getP2sVpnGatewayP2sVpnConnectionHealth Result
The following output properties are available:
- Etag string
 - A unique read-only string that changes whenever the resource is updated.
 - Location string
 - Resource location.
 - Name string
 - Resource name.
 - Provisioning
State string - The provisioning state of the P2S VPN gateway resource.
 - Type string
 - Resource type.
 - Vpn
Client Pulumi.Connection Health Azure Native. Network. Outputs. Vpn Client Connection Health Response  - All P2S VPN clients' connection health status.
 - Custom
Dns List<string>Servers  - List of all customer specified DNS servers IP addresses.
 - Id string
 - Resource ID.
 - Is
Routing boolPreference Internet  - Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
 - P2SConnection
Configurations List<Pulumi.Azure Native. Network. Outputs. P2SConnection Configuration Response>  - List of all p2s connection configurations of the gateway.
 - Dictionary<string, string>
 - Resource tags.
 - Virtual
Hub Pulumi.Azure Native. Network. Outputs. Sub Resource Response  - The VirtualHub to which the gateway belongs.
 - Vpn
Gateway intScale Unit  - The scale unit for this p2s vpn gateway.
 - Vpn
Server Pulumi.Configuration Azure Native. Network. Outputs. Sub Resource Response  - The VpnServerConfiguration to which the p2sVpnGateway is attached to.
 
- Etag string
 - A unique read-only string that changes whenever the resource is updated.
 - Location string
 - Resource location.
 - Name string
 - Resource name.
 - Provisioning
State string - The provisioning state of the P2S VPN gateway resource.
 - Type string
 - Resource type.
 - Vpn
Client VpnConnection Health Client Connection Health Response  - All P2S VPN clients' connection health status.
 - Custom
Dns []stringServers  - List of all customer specified DNS servers IP addresses.
 - Id string
 - Resource ID.
 - Is
Routing boolPreference Internet  - Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
 - P2SConnection
Configurations []P2SConnectionConfiguration Response  - List of all p2s connection configurations of the gateway.
 - map[string]string
 - Resource tags.
 - Virtual
Hub SubResource Response  - The VirtualHub to which the gateway belongs.
 - Vpn
Gateway intScale Unit  - The scale unit for this p2s vpn gateway.
 - Vpn
Server SubConfiguration Resource Response  - The VpnServerConfiguration to which the p2sVpnGateway is attached to.
 
- etag String
 - A unique read-only string that changes whenever the resource is updated.
 - location String
 - Resource location.
 - name String
 - Resource name.
 - provisioning
State String - The provisioning state of the P2S VPN gateway resource.
 - type String
 - Resource type.
 - vpn
Client VpnConnection Health Client Connection Health Response  - All P2S VPN clients' connection health status.
 - custom
Dns List<String>Servers  - List of all customer specified DNS servers IP addresses.
 - id String
 - Resource ID.
 - is
Routing BooleanPreference Internet  - Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
 - p2SConnection
Configurations List<P2SConnectionConfiguration Response>  - List of all p2s connection configurations of the gateway.
 - Map<String,String>
 - Resource tags.
 - virtual
Hub SubResource Response  - The VirtualHub to which the gateway belongs.
 - vpn
Gateway IntegerScale Unit  - The scale unit for this p2s vpn gateway.
 - vpn
Server SubConfiguration Resource Response  - The VpnServerConfiguration to which the p2sVpnGateway is attached to.
 
- etag string
 - A unique read-only string that changes whenever the resource is updated.
 - location string
 - Resource location.
 - name string
 - Resource name.
 - provisioning
State string - The provisioning state of the P2S VPN gateway resource.
 - type string
 - Resource type.
 - vpn
Client VpnConnection Health Client Connection Health Response  - All P2S VPN clients' connection health status.
 - custom
Dns string[]Servers  - List of all customer specified DNS servers IP addresses.
 - id string
 - Resource ID.
 - is
Routing booleanPreference Internet  - Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
 - p2SConnection
Configurations P2SConnectionConfiguration Response[]  - List of all p2s connection configurations of the gateway.
 - {[key: string]: string}
 - Resource tags.
 - virtual
Hub SubResource Response  - The VirtualHub to which the gateway belongs.
 - vpn
Gateway numberScale Unit  - The scale unit for this p2s vpn gateway.
 - vpn
Server SubConfiguration Resource Response  - The VpnServerConfiguration to which the p2sVpnGateway is attached to.
 
- etag str
 - A unique read-only string that changes whenever the resource is updated.
 - location str
 - Resource location.
 - name str
 - Resource name.
 - provisioning_
state str - The provisioning state of the P2S VPN gateway resource.
 - type str
 - Resource type.
 - vpn_
client_ Vpnconnection_ health Client Connection Health Response  - All P2S VPN clients' connection health status.
 - custom_
dns_ Sequence[str]servers  - List of all customer specified DNS servers IP addresses.
 - id str
 - Resource ID.
 - is_
routing_ boolpreference_ internet  - Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
 - p2_
s_ Sequence[P2SConnectionconnection_ configurations Configuration Response]  - List of all p2s connection configurations of the gateway.
 - Mapping[str, str]
 - Resource tags.
 - virtual_
hub SubResource Response  - The VirtualHub to which the gateway belongs.
 - vpn_
gateway_ intscale_ unit  - The scale unit for this p2s vpn gateway.
 - vpn_
server_ Subconfiguration Resource Response  - The VpnServerConfiguration to which the p2sVpnGateway is attached to.
 
- etag String
 - A unique read-only string that changes whenever the resource is updated.
 - location String
 - Resource location.
 - name String
 - Resource name.
 - provisioning
State String - The provisioning state of the P2S VPN gateway resource.
 - type String
 - Resource type.
 - vpn
Client Property MapConnection Health  - All P2S VPN clients' connection health status.
 - custom
Dns List<String>Servers  - List of all customer specified DNS servers IP addresses.
 - id String
 - Resource ID.
 - is
Routing BooleanPreference Internet  - Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
 - p2SConnection
Configurations List<Property Map> - List of all p2s connection configurations of the gateway.
 - Map<String>
 - Resource tags.
 - virtual
Hub Property Map - The VirtualHub to which the gateway belongs.
 - vpn
Gateway NumberScale Unit  - The scale unit for this p2s vpn gateway.
 - vpn
Server Property MapConfiguration  - The VpnServerConfiguration to which the p2sVpnGateway is attached to.
 
Supporting Types
AddressSpaceResponse  
- Address
Prefixes List<string> - A list of address blocks reserved for this virtual network in CIDR notation.
 - Ipam
Pool List<Pulumi.Prefix Allocations Azure Native. Network. Inputs. Ipam Pool Prefix Allocation Response>  - A list of IPAM Pools allocating IP address prefixes.
 
- Address
Prefixes []string - A list of address blocks reserved for this virtual network in CIDR notation.
 - Ipam
Pool []IpamPrefix Allocations Pool Prefix Allocation Response  - A list of IPAM Pools allocating IP address prefixes.
 
- address
Prefixes List<String> - A list of address blocks reserved for this virtual network in CIDR notation.
 - ipam
Pool List<IpamPrefix Allocations Pool Prefix Allocation Response>  - A list of IPAM Pools allocating IP address prefixes.
 
- address
Prefixes string[] - A list of address blocks reserved for this virtual network in CIDR notation.
 - ipam
Pool IpamPrefix Allocations Pool Prefix Allocation Response[]  - A list of IPAM Pools allocating IP address prefixes.
 
- address_
prefixes Sequence[str] - A list of address blocks reserved for this virtual network in CIDR notation.
 - ipam_
pool_ Sequence[Ipamprefix_ allocations Pool Prefix Allocation Response]  - A list of IPAM Pools allocating IP address prefixes.
 
- address
Prefixes List<String> - A list of address blocks reserved for this virtual network in CIDR notation.
 - ipam
Pool List<Property Map>Prefix Allocations  - A list of IPAM Pools allocating IP address prefixes.
 
IpamPoolPrefixAllocationResponse    
- Allocated
Address List<string>Prefixes  - List of assigned IP address prefixes in the IpamPool of the associated resource.
 - Id string
 - Resource id of the associated Azure IpamPool resource.
 - Number
Of stringIp Addresses  - Number of IP addresses to allocate.
 
- Allocated
Address []stringPrefixes  - List of assigned IP address prefixes in the IpamPool of the associated resource.
 - Id string
 - Resource id of the associated Azure IpamPool resource.
 - Number
Of stringIp Addresses  - Number of IP addresses to allocate.
 
- allocated
Address List<String>Prefixes  - List of assigned IP address prefixes in the IpamPool of the associated resource.
 - id String
 - Resource id of the associated Azure IpamPool resource.
 - number
Of StringIp Addresses  - Number of IP addresses to allocate.
 
- allocated
Address string[]Prefixes  - List of assigned IP address prefixes in the IpamPool of the associated resource.
 - id string
 - Resource id of the associated Azure IpamPool resource.
 - number
Of stringIp Addresses  - Number of IP addresses to allocate.
 
- allocated_
address_ Sequence[str]prefixes  - List of assigned IP address prefixes in the IpamPool of the associated resource.
 - id str
 - Resource id of the associated Azure IpamPool resource.
 - number_
of_ strip_ addresses  - Number of IP addresses to allocate.
 
- allocated
Address List<String>Prefixes  - List of assigned IP address prefixes in the IpamPool of the associated resource.
 - id String
 - Resource id of the associated Azure IpamPool resource.
 - number
Of StringIp Addresses  - Number of IP addresses to allocate.
 
P2SConnectionConfigurationResponse  
- Configuration
Policy List<Pulumi.Group Associations Azure Native. Network. Inputs. Sub Resource Response>  - List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.
 - Etag string
 - A unique read-only string that changes whenever the resource is updated.
 - Previous
Configuration List<Pulumi.Policy Group Associations Azure Native. Network. Inputs. Vpn Server Configuration Policy Group Response>  - List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
 - Provisioning
State string - The provisioning state of the P2SConnectionConfiguration resource.
 - Enable
Internet boolSecurity  - Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
 - Id string
 - Resource ID.
 - Name string
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - Routing
Configuration Pulumi.Azure Native. Network. Inputs. Routing Configuration Response  - The Routing Configuration indicating the associated and propagated route tables on this connection.
 - Vpn
Client Pulumi.Address Pool Azure Native. Network. Inputs. Address Space Response  - The reference to the address space resource which represents Address space for P2S VpnClient.
 
- Configuration
Policy []SubGroup Associations Resource Response  - List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.
 - Etag string
 - A unique read-only string that changes whenever the resource is updated.
 - Previous
Configuration []VpnPolicy Group Associations Server Configuration Policy Group Response  - List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
 - Provisioning
State string - The provisioning state of the P2SConnectionConfiguration resource.
 - Enable
Internet boolSecurity  - Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
 - Id string
 - Resource ID.
 - Name string
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - Routing
Configuration RoutingConfiguration Response  - The Routing Configuration indicating the associated and propagated route tables on this connection.
 - Vpn
Client AddressAddress Pool Space Response  - The reference to the address space resource which represents Address space for P2S VpnClient.
 
- configuration
Policy List<SubGroup Associations Resource Response>  - List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.
 - etag String
 - A unique read-only string that changes whenever the resource is updated.
 - previous
Configuration List<VpnPolicy Group Associations Server Configuration Policy Group Response>  - List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
 - provisioning
State String - The provisioning state of the P2SConnectionConfiguration resource.
 - enable
Internet BooleanSecurity  - Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
 - id String
 - Resource ID.
 - name String
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - routing
Configuration RoutingConfiguration Response  - The Routing Configuration indicating the associated and propagated route tables on this connection.
 - vpn
Client AddressAddress Pool Space Response  - The reference to the address space resource which represents Address space for P2S VpnClient.
 
- configuration
Policy SubGroup Associations Resource Response[]  - List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.
 - etag string
 - A unique read-only string that changes whenever the resource is updated.
 - previous
Configuration VpnPolicy Group Associations Server Configuration Policy Group Response[]  - List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
 - provisioning
State string - The provisioning state of the P2SConnectionConfiguration resource.
 - enable
Internet booleanSecurity  - Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
 - id string
 - Resource ID.
 - name string
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - routing
Configuration RoutingConfiguration Response  - The Routing Configuration indicating the associated and propagated route tables on this connection.
 - vpn
Client AddressAddress Pool Space Response  - The reference to the address space resource which represents Address space for P2S VpnClient.
 
- configuration_
policy_ Sequence[Subgroup_ associations Resource Response]  - List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.
 - etag str
 - A unique read-only string that changes whenever the resource is updated.
 - previous_
configuration_ Sequence[Vpnpolicy_ group_ associations Server Configuration Policy Group Response]  - List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
 - provisioning_
state str - The provisioning state of the P2SConnectionConfiguration resource.
 - enable_
internet_ boolsecurity  - Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
 - id str
 - Resource ID.
 - name str
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - routing_
configuration RoutingConfiguration Response  - The Routing Configuration indicating the associated and propagated route tables on this connection.
 - vpn_
client_ Addressaddress_ pool Space Response  - The reference to the address space resource which represents Address space for P2S VpnClient.
 
- configuration
Policy List<Property Map>Group Associations  - List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.
 - etag String
 - A unique read-only string that changes whenever the resource is updated.
 - previous
Configuration List<Property Map>Policy Group Associations  - List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
 - provisioning
State String - The provisioning state of the P2SConnectionConfiguration resource.
 - enable
Internet BooleanSecurity  - Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
 - id String
 - Resource ID.
 - name String
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - routing
Configuration Property Map - The Routing Configuration indicating the associated and propagated route tables on this connection.
 - vpn
Client Property MapAddress Pool  - The reference to the address space resource which represents Address space for P2S VpnClient.
 
PropagatedRouteTableResponse   
- Ids
List<Pulumi.
Azure Native. Network. Inputs. Sub Resource Response>  - The list of resource ids of all the RouteTables.
 - Labels List<string>
 - The list of labels.
 
- Ids
[]Sub
Resource Response  - The list of resource ids of all the RouteTables.
 - Labels []string
 - The list of labels.
 
- ids
List<Sub
Resource Response>  - The list of resource ids of all the RouteTables.
 - labels List<String>
 - The list of labels.
 
- ids
Sub
Resource Response[]  - The list of resource ids of all the RouteTables.
 - labels string[]
 - The list of labels.
 
- ids
Sequence[Sub
Resource Response]  - The list of resource ids of all the RouteTables.
 - labels Sequence[str]
 - The list of labels.
 
- ids List<Property Map>
 - The list of resource ids of all the RouteTables.
 - labels List<String>
 - The list of labels.
 
RoutingConfigurationResponse  
- Associated
Route Pulumi.Table Azure Native. Network. Inputs. Sub Resource Response  - The resource id RouteTable associated with this RoutingConfiguration.
 - Inbound
Route Pulumi.Map Azure Native. Network. Inputs. Sub Resource Response  - The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
 - Outbound
Route Pulumi.Map Azure Native. Network. Inputs. Sub Resource Response  - The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
 - Propagated
Route Pulumi.Tables Azure Native. Network. Inputs. Propagated Route Table Response  - The list of RouteTables to advertise the routes to.
 - Vnet
Routes Pulumi.Azure Native. Network. Inputs. Vnet Route Response  - List of routes that control routing from VirtualHub into a virtual network connection.
 
- Associated
Route SubTable Resource Response  - The resource id RouteTable associated with this RoutingConfiguration.
 - Inbound
Route SubMap Resource Response  - The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
 - Outbound
Route SubMap Resource Response  - The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
 - Propagated
Route PropagatedTables Route Table Response  - The list of RouteTables to advertise the routes to.
 - Vnet
Routes VnetRoute Response  - List of routes that control routing from VirtualHub into a virtual network connection.
 
- associated
Route SubTable Resource Response  - The resource id RouteTable associated with this RoutingConfiguration.
 - inbound
Route SubMap Resource Response  - The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
 - outbound
Route SubMap Resource Response  - The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
 - propagated
Route PropagatedTables Route Table Response  - The list of RouteTables to advertise the routes to.
 - vnet
Routes VnetRoute Response  - List of routes that control routing from VirtualHub into a virtual network connection.
 
- associated
Route SubTable Resource Response  - The resource id RouteTable associated with this RoutingConfiguration.
 - inbound
Route SubMap Resource Response  - The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
 - outbound
Route SubMap Resource Response  - The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
 - propagated
Route PropagatedTables Route Table Response  - The list of RouteTables to advertise the routes to.
 - vnet
Routes VnetRoute Response  - List of routes that control routing from VirtualHub into a virtual network connection.
 
- associated_
route_ Subtable Resource Response  - The resource id RouteTable associated with this RoutingConfiguration.
 - inbound_
route_ Submap Resource Response  - The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
 - outbound_
route_ Submap Resource Response  - The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
 - propagated_
route_ Propagatedtables Route Table Response  - The list of RouteTables to advertise the routes to.
 - vnet_
routes VnetRoute Response  - List of routes that control routing from VirtualHub into a virtual network connection.
 
- associated
Route Property MapTable  - The resource id RouteTable associated with this RoutingConfiguration.
 - inbound
Route Property MapMap  - The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
 - outbound
Route Property MapMap  - The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
 - propagated
Route Property MapTables  - The list of RouteTables to advertise the routes to.
 - vnet
Routes Property Map - List of routes that control routing from VirtualHub into a virtual network connection.
 
StaticRouteResponse  
- Address
Prefixes List<string> - List of all address prefixes.
 - Name string
 - The name of the StaticRoute that is unique within a VnetRoute.
 - Next
Hop stringIp Address  - The ip address of the next hop.
 
- Address
Prefixes []string - List of all address prefixes.
 - Name string
 - The name of the StaticRoute that is unique within a VnetRoute.
 - Next
Hop stringIp Address  - The ip address of the next hop.
 
- address
Prefixes List<String> - List of all address prefixes.
 - name String
 - The name of the StaticRoute that is unique within a VnetRoute.
 - next
Hop StringIp Address  - The ip address of the next hop.
 
- address
Prefixes string[] - List of all address prefixes.
 - name string
 - The name of the StaticRoute that is unique within a VnetRoute.
 - next
Hop stringIp Address  - The ip address of the next hop.
 
- address_
prefixes Sequence[str] - List of all address prefixes.
 - name str
 - The name of the StaticRoute that is unique within a VnetRoute.
 - next_
hop_ strip_ address  - The ip address of the next hop.
 
- address
Prefixes List<String> - List of all address prefixes.
 - name String
 - The name of the StaticRoute that is unique within a VnetRoute.
 - next
Hop StringIp Address  - The ip address of the next hop.
 
StaticRoutesConfigResponse   
- Propagate
Static boolRoutes  - Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
 - Vnet
Local stringRoute Override Criteria  - Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
 
- Propagate
Static boolRoutes  - Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
 - Vnet
Local stringRoute Override Criteria  - Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
 
- propagate
Static BooleanRoutes  - Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
 - vnet
Local StringRoute Override Criteria  - Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
 
- propagate
Static booleanRoutes  - Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
 - vnet
Local stringRoute Override Criteria  - Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
 
- propagate_
static_ boolroutes  - Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
 - vnet_
local_ strroute_ override_ criteria  - Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
 
- propagate
Static BooleanRoutes  - Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
 - vnet
Local StringRoute Override Criteria  - Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
 
SubResourceResponse  
- Id string
 - Resource ID.
 
- Id string
 - Resource ID.
 
- id String
 - Resource ID.
 
- id string
 - Resource ID.
 
- id str
 - Resource ID.
 
- id String
 - Resource ID.
 
VnetRouteResponse  
- Bgp
Connections List<Pulumi.Azure Native. Network. Inputs. Sub Resource Response>  - The list of references to HubBgpConnection objects.
 - Static
Routes List<Pulumi.Azure Native. Network. Inputs. Static Route Response>  - List of all Static Routes.
 - Static
Routes Pulumi.Config Azure Native. Network. Inputs. Static Routes Config Response  - Configuration for static routes on this HubVnetConnection.
 
- Bgp
Connections []SubResource Response  - The list of references to HubBgpConnection objects.
 - Static
Routes []StaticRoute Response  - List of all Static Routes.
 - Static
Routes StaticConfig Routes Config Response  - Configuration for static routes on this HubVnetConnection.
 
- bgp
Connections List<SubResource Response>  - The list of references to HubBgpConnection objects.
 - static
Routes List<StaticRoute Response>  - List of all Static Routes.
 - static
Routes StaticConfig Routes Config Response  - Configuration for static routes on this HubVnetConnection.
 
- bgp
Connections SubResource Response[]  - The list of references to HubBgpConnection objects.
 - static
Routes StaticRoute Response[]  - List of all Static Routes.
 - static
Routes StaticConfig Routes Config Response  - Configuration for static routes on this HubVnetConnection.
 
- bgp_
connections Sequence[SubResource Response]  - The list of references to HubBgpConnection objects.
 - static_
routes Sequence[StaticRoute Response]  - List of all Static Routes.
 - static_
routes_ Staticconfig Routes Config Response  - Configuration for static routes on this HubVnetConnection.
 
- bgp
Connections List<Property Map> - The list of references to HubBgpConnection objects.
 - static
Routes List<Property Map> - List of all Static Routes.
 - static
Routes Property MapConfig  - Configuration for static routes on this HubVnetConnection.
 
VpnClientConnectionHealthResponse    
- Total
Egress doubleBytes Transferred  - Total of the Egress Bytes Transferred in this connection.
 - Total
Ingress doubleBytes Transferred  - Total of the Ingress Bytes Transferred in this P2S Vpn connection.
 - Allocated
Ip List<string>Addresses  - List of allocated ip addresses to the connected p2s vpn clients.
 - Vpn
Client intConnections Count  - The total of p2s vpn clients connected at this time to this P2SVpnGateway.
 
- Total
Egress float64Bytes Transferred  - Total of the Egress Bytes Transferred in this connection.
 - Total
Ingress float64Bytes Transferred  - Total of the Ingress Bytes Transferred in this P2S Vpn connection.
 - Allocated
Ip []stringAddresses  - List of allocated ip addresses to the connected p2s vpn clients.
 - Vpn
Client intConnections Count  - The total of p2s vpn clients connected at this time to this P2SVpnGateway.
 
- total
Egress DoubleBytes Transferred  - Total of the Egress Bytes Transferred in this connection.
 - total
Ingress DoubleBytes Transferred  - Total of the Ingress Bytes Transferred in this P2S Vpn connection.
 - allocated
Ip List<String>Addresses  - List of allocated ip addresses to the connected p2s vpn clients.
 - vpn
Client IntegerConnections Count  - The total of p2s vpn clients connected at this time to this P2SVpnGateway.
 
- total
Egress numberBytes Transferred  - Total of the Egress Bytes Transferred in this connection.
 - total
Ingress numberBytes Transferred  - Total of the Ingress Bytes Transferred in this P2S Vpn connection.
 - allocated
Ip string[]Addresses  - List of allocated ip addresses to the connected p2s vpn clients.
 - vpn
Client numberConnections Count  - The total of p2s vpn clients connected at this time to this P2SVpnGateway.
 
- total_
egress_ floatbytes_ transferred  - Total of the Egress Bytes Transferred in this connection.
 - total_
ingress_ floatbytes_ transferred  - Total of the Ingress Bytes Transferred in this P2S Vpn connection.
 - allocated_
ip_ Sequence[str]addresses  - List of allocated ip addresses to the connected p2s vpn clients.
 - vpn_
client_ intconnections_ count  - The total of p2s vpn clients connected at this time to this P2SVpnGateway.
 
- total
Egress NumberBytes Transferred  - Total of the Egress Bytes Transferred in this connection.
 - total
Ingress NumberBytes Transferred  - Total of the Ingress Bytes Transferred in this P2S Vpn connection.
 - allocated
Ip List<String>Addresses  - List of allocated ip addresses to the connected p2s vpn clients.
 - vpn
Client NumberConnections Count  - The total of p2s vpn clients connected at this time to this P2SVpnGateway.
 
VpnServerConfigurationPolicyGroupMemberResponse      
- Attribute
Type string - The Vpn Policy member attribute type.
 - Attribute
Value string - The value of Attribute used for this VpnServerConfigurationPolicyGroupMember.
 - Name string
 - Name of the VpnServerConfigurationPolicyGroupMember.
 
- Attribute
Type string - The Vpn Policy member attribute type.
 - Attribute
Value string - The value of Attribute used for this VpnServerConfigurationPolicyGroupMember.
 - Name string
 - Name of the VpnServerConfigurationPolicyGroupMember.
 
- attribute
Type String - The Vpn Policy member attribute type.
 - attribute
Value String - The value of Attribute used for this VpnServerConfigurationPolicyGroupMember.
 - name String
 - Name of the VpnServerConfigurationPolicyGroupMember.
 
- attribute
Type string - The Vpn Policy member attribute type.
 - attribute
Value string - The value of Attribute used for this VpnServerConfigurationPolicyGroupMember.
 - name string
 - Name of the VpnServerConfigurationPolicyGroupMember.
 
- attribute_
type str - The Vpn Policy member attribute type.
 - attribute_
value str - The value of Attribute used for this VpnServerConfigurationPolicyGroupMember.
 - name str
 - Name of the VpnServerConfigurationPolicyGroupMember.
 
- attribute
Type String - The Vpn Policy member attribute type.
 - attribute
Value String - The value of Attribute used for this VpnServerConfigurationPolicyGroupMember.
 - name String
 - Name of the VpnServerConfigurationPolicyGroupMember.
 
VpnServerConfigurationPolicyGroupResponse     
- Etag string
 - A unique read-only string that changes whenever the resource is updated.
 - P2SConnection
Configurations List<Pulumi.Azure Native. Network. Inputs. Sub Resource Response>  - List of references to P2SConnectionConfigurations.
 - Provisioning
State string - The provisioning state of the VpnServerConfigurationPolicyGroup resource.
 - Type string
 - Resource type.
 - Id string
 - Resource ID.
 - Is
Default bool - Shows if this is a Default VpnServerConfigurationPolicyGroup or not.
 - Name string
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - Policy
Members List<Pulumi.Azure Native. Network. Inputs. Vpn Server Configuration Policy Group Member Response>  - Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.
 - Priority int
 - Priority for VpnServerConfigurationPolicyGroup.
 
- Etag string
 - A unique read-only string that changes whenever the resource is updated.
 - P2SConnection
Configurations []SubResource Response  - List of references to P2SConnectionConfigurations.
 - Provisioning
State string - The provisioning state of the VpnServerConfigurationPolicyGroup resource.
 - Type string
 - Resource type.
 - Id string
 - Resource ID.
 - Is
Default bool - Shows if this is a Default VpnServerConfigurationPolicyGroup or not.
 - Name string
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - Policy
Members []VpnServer Configuration Policy Group Member Response  - Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.
 - Priority int
 - Priority for VpnServerConfigurationPolicyGroup.
 
- etag String
 - A unique read-only string that changes whenever the resource is updated.
 - p2SConnection
Configurations List<SubResource Response>  - List of references to P2SConnectionConfigurations.
 - provisioning
State String - The provisioning state of the VpnServerConfigurationPolicyGroup resource.
 - type String
 - Resource type.
 - id String
 - Resource ID.
 - is
Default Boolean - Shows if this is a Default VpnServerConfigurationPolicyGroup or not.
 - name String
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - policy
Members List<VpnServer Configuration Policy Group Member Response>  - Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.
 - priority Integer
 - Priority for VpnServerConfigurationPolicyGroup.
 
- etag string
 - A unique read-only string that changes whenever the resource is updated.
 - p2SConnection
Configurations SubResource Response[]  - List of references to P2SConnectionConfigurations.
 - provisioning
State string - The provisioning state of the VpnServerConfigurationPolicyGroup resource.
 - type string
 - Resource type.
 - id string
 - Resource ID.
 - is
Default boolean - Shows if this is a Default VpnServerConfigurationPolicyGroup or not.
 - name string
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - policy
Members VpnServer Configuration Policy Group Member Response[]  - Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.
 - priority number
 - Priority for VpnServerConfigurationPolicyGroup.
 
- etag str
 - A unique read-only string that changes whenever the resource is updated.
 - p2_
s_ Sequence[Subconnection_ configurations Resource Response]  - List of references to P2SConnectionConfigurations.
 - provisioning_
state str - The provisioning state of the VpnServerConfigurationPolicyGroup resource.
 - type str
 - Resource type.
 - id str
 - Resource ID.
 - is_
default bool - Shows if this is a Default VpnServerConfigurationPolicyGroup or not.
 - name str
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - policy_
members Sequence[VpnServer Configuration Policy Group Member Response]  - Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.
 - priority int
 - Priority for VpnServerConfigurationPolicyGroup.
 
- etag String
 - A unique read-only string that changes whenever the resource is updated.
 - p2SConnection
Configurations List<Property Map> - List of references to P2SConnectionConfigurations.
 - provisioning
State String - The provisioning state of the VpnServerConfigurationPolicyGroup resource.
 - type String
 - Resource type.
 - id String
 - Resource ID.
 - is
Default Boolean - Shows if this is a Default VpnServerConfigurationPolicyGroup or not.
 - name String
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - policy
Members List<Property Map> - Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.
 - priority Number
 - Priority for VpnServerConfigurationPolicyGroup.
 
Package Details
- Repository
 - Azure Native pulumi/pulumi-azure-native
 - License
 - Apache-2.0