1. Packages
  2. Azure Native v2
  3. API Docs
  4. network
  5. getVpnServerConfiguration
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.network.getVpnServerConfiguration

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Retrieves the details of a VpnServerConfiguration. Azure REST API version: 2023-02-01.

Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-05-01.

Using getVpnServerConfiguration

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 getVpnServerConfiguration(args: GetVpnServerConfigurationArgs, opts?: InvokeOptions): Promise<GetVpnServerConfigurationResult>
function getVpnServerConfigurationOutput(args: GetVpnServerConfigurationOutputArgs, opts?: InvokeOptions): Output<GetVpnServerConfigurationResult>
Copy
def get_vpn_server_configuration(resource_group_name: Optional[str] = None,
                                 vpn_server_configuration_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetVpnServerConfigurationResult
def get_vpn_server_configuration_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                 vpn_server_configuration_name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetVpnServerConfigurationResult]
Copy
func LookupVpnServerConfiguration(ctx *Context, args *LookupVpnServerConfigurationArgs, opts ...InvokeOption) (*LookupVpnServerConfigurationResult, error)
func LookupVpnServerConfigurationOutput(ctx *Context, args *LookupVpnServerConfigurationOutputArgs, opts ...InvokeOption) LookupVpnServerConfigurationResultOutput
Copy

> Note: This function is named LookupVpnServerConfiguration in the Go SDK.

public static class GetVpnServerConfiguration 
{
    public static Task<GetVpnServerConfigurationResult> InvokeAsync(GetVpnServerConfigurationArgs args, InvokeOptions? opts = null)
    public static Output<GetVpnServerConfigurationResult> Invoke(GetVpnServerConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVpnServerConfigurationResult> getVpnServerConfiguration(GetVpnServerConfigurationArgs args, InvokeOptions options)
public static Output<GetVpnServerConfigurationResult> getVpnServerConfiguration(GetVpnServerConfigurationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:network:getVpnServerConfiguration
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name of the VpnServerConfiguration.
VpnServerConfigurationName
This property is required.
Changes to this property will trigger replacement.
string
The name of the VpnServerConfiguration being retrieved.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name of the VpnServerConfiguration.
VpnServerConfigurationName
This property is required.
Changes to this property will trigger replacement.
string
The name of the VpnServerConfiguration being retrieved.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName
This property is required.
Changes to this property will trigger replacement.
String
The name of the VpnServerConfiguration being retrieved.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName
This property is required.
Changes to this property will trigger replacement.
string
The name of the VpnServerConfiguration being retrieved.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name of the VpnServerConfiguration.
vpn_server_configuration_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the VpnServerConfiguration being retrieved.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName
This property is required.
Changes to this property will trigger replacement.
String
The name of the VpnServerConfiguration being retrieved.

getVpnServerConfiguration Result

The following output properties are available:

Etag string
A unique read-only string that changes whenever the resource is updated.
Name string
Resource name.
P2SVpnGateways List<Pulumi.AzureNative.Network.Outputs.P2SVpnGatewayResponse>
List of references to P2SVpnGateways.
ProvisioningState string
The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Type string
Resource type.
AadAuthenticationParameters Pulumi.AzureNative.Network.Outputs.AadAuthenticationParametersResponse
The set of aad vpn authentication parameters.
ConfigurationPolicyGroups List<Pulumi.AzureNative.Network.Outputs.VpnServerConfigurationPolicyGroupResponse>
List of all VpnServerConfigurationPolicyGroups.
Id string
Resource ID.
Location string
Resource location.
RadiusClientRootCertificates List<Pulumi.AzureNative.Network.Outputs.VpnServerConfigRadiusClientRootCertificateResponse>
Radius client root certificate of VpnServerConfiguration.
RadiusServerAddress string
The radius server address property of the VpnServerConfiguration resource for point to site client connection.
RadiusServerRootCertificates List<Pulumi.AzureNative.Network.Outputs.VpnServerConfigRadiusServerRootCertificateResponse>
Radius Server root certificate of VpnServerConfiguration.
RadiusServerSecret string
The radius secret property of the VpnServerConfiguration resource for point to site client connection.
RadiusServers List<Pulumi.AzureNative.Network.Outputs.RadiusServerResponse>
Multiple Radius Server configuration for VpnServerConfiguration.
Tags Dictionary<string, string>
Resource tags.
VpnAuthenticationTypes List<string>
VPN authentication types for the VpnServerConfiguration.
VpnClientIpsecPolicies List<Pulumi.AzureNative.Network.Outputs.IpsecPolicyResponse>
VpnClientIpsecPolicies for VpnServerConfiguration.
VpnClientRevokedCertificates List<Pulumi.AzureNative.Network.Outputs.VpnServerConfigVpnClientRevokedCertificateResponse>
VPN client revoked certificate of VpnServerConfiguration.
VpnClientRootCertificates List<Pulumi.AzureNative.Network.Outputs.VpnServerConfigVpnClientRootCertificateResponse>
VPN client root certificate of VpnServerConfiguration.
VpnProtocols List<string>
VPN protocols for the VpnServerConfiguration.
Etag string
A unique read-only string that changes whenever the resource is updated.
Name string
Resource name.
P2SVpnGateways []P2SVpnGatewayResponse
List of references to P2SVpnGateways.
ProvisioningState string
The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Type string
Resource type.
AadAuthenticationParameters AadAuthenticationParametersResponse
The set of aad vpn authentication parameters.
ConfigurationPolicyGroups []VpnServerConfigurationPolicyGroupResponse
List of all VpnServerConfigurationPolicyGroups.
Id string
Resource ID.
Location string
Resource location.
RadiusClientRootCertificates []VpnServerConfigRadiusClientRootCertificateResponse
Radius client root certificate of VpnServerConfiguration.
RadiusServerAddress string
The radius server address property of the VpnServerConfiguration resource for point to site client connection.
RadiusServerRootCertificates []VpnServerConfigRadiusServerRootCertificateResponse
Radius Server root certificate of VpnServerConfiguration.
RadiusServerSecret string
The radius secret property of the VpnServerConfiguration resource for point to site client connection.
RadiusServers []RadiusServerResponse
Multiple Radius Server configuration for VpnServerConfiguration.
Tags map[string]string
Resource tags.
VpnAuthenticationTypes []string
VPN authentication types for the VpnServerConfiguration.
VpnClientIpsecPolicies []IpsecPolicyResponse
VpnClientIpsecPolicies for VpnServerConfiguration.
VpnClientRevokedCertificates []VpnServerConfigVpnClientRevokedCertificateResponse
VPN client revoked certificate of VpnServerConfiguration.
VpnClientRootCertificates []VpnServerConfigVpnClientRootCertificateResponse
VPN client root certificate of VpnServerConfiguration.
VpnProtocols []string
VPN protocols for the VpnServerConfiguration.
etag String
A unique read-only string that changes whenever the resource is updated.
name String
Resource name.
p2SVpnGateways List<P2SVpnGatewayResponse>
List of references to P2SVpnGateways.
provisioningState String
The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
type String
Resource type.
aadAuthenticationParameters AadAuthenticationParametersResponse
The set of aad vpn authentication parameters.
configurationPolicyGroups List<VpnServerConfigurationPolicyGroupResponse>
List of all VpnServerConfigurationPolicyGroups.
id String
Resource ID.
location String
Resource location.
radiusClientRootCertificates List<VpnServerConfigRadiusClientRootCertificateResponse>
Radius client root certificate of VpnServerConfiguration.
radiusServerAddress String
The radius server address property of the VpnServerConfiguration resource for point to site client connection.
radiusServerRootCertificates List<VpnServerConfigRadiusServerRootCertificateResponse>
Radius Server root certificate of VpnServerConfiguration.
radiusServerSecret String
The radius secret property of the VpnServerConfiguration resource for point to site client connection.
radiusServers List<RadiusServerResponse>
Multiple Radius Server configuration for VpnServerConfiguration.
tags Map<String,String>
Resource tags.
vpnAuthenticationTypes List<String>
VPN authentication types for the VpnServerConfiguration.
vpnClientIpsecPolicies List<IpsecPolicyResponse>
VpnClientIpsecPolicies for VpnServerConfiguration.
vpnClientRevokedCertificates List<VpnServerConfigVpnClientRevokedCertificateResponse>
VPN client revoked certificate of VpnServerConfiguration.
vpnClientRootCertificates List<VpnServerConfigVpnClientRootCertificateResponse>
VPN client root certificate of VpnServerConfiguration.
vpnProtocols List<String>
VPN protocols for the VpnServerConfiguration.
etag string
A unique read-only string that changes whenever the resource is updated.
name string
Resource name.
p2SVpnGateways P2SVpnGatewayResponse[]
List of references to P2SVpnGateways.
provisioningState string
The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
type string
Resource type.
aadAuthenticationParameters AadAuthenticationParametersResponse
The set of aad vpn authentication parameters.
configurationPolicyGroups VpnServerConfigurationPolicyGroupResponse[]
List of all VpnServerConfigurationPolicyGroups.
id string
Resource ID.
location string
Resource location.
radiusClientRootCertificates VpnServerConfigRadiusClientRootCertificateResponse[]
Radius client root certificate of VpnServerConfiguration.
radiusServerAddress string
The radius server address property of the VpnServerConfiguration resource for point to site client connection.
radiusServerRootCertificates VpnServerConfigRadiusServerRootCertificateResponse[]
Radius Server root certificate of VpnServerConfiguration.
radiusServerSecret string
The radius secret property of the VpnServerConfiguration resource for point to site client connection.
radiusServers RadiusServerResponse[]
Multiple Radius Server configuration for VpnServerConfiguration.
tags {[key: string]: string}
Resource tags.
vpnAuthenticationTypes string[]
VPN authentication types for the VpnServerConfiguration.
vpnClientIpsecPolicies IpsecPolicyResponse[]
VpnClientIpsecPolicies for VpnServerConfiguration.
vpnClientRevokedCertificates VpnServerConfigVpnClientRevokedCertificateResponse[]
VPN client revoked certificate of VpnServerConfiguration.
vpnClientRootCertificates VpnServerConfigVpnClientRootCertificateResponse[]
VPN client root certificate of VpnServerConfiguration.
vpnProtocols string[]
VPN protocols for the VpnServerConfiguration.
etag str
A unique read-only string that changes whenever the resource is updated.
name str
Resource name.
p2_s_vpn_gateways Sequence[P2SVpnGatewayResponse]
List of references to P2SVpnGateways.
provisioning_state str
The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
type str
Resource type.
aad_authentication_parameters AadAuthenticationParametersResponse
The set of aad vpn authentication parameters.
configuration_policy_groups Sequence[VpnServerConfigurationPolicyGroupResponse]
List of all VpnServerConfigurationPolicyGroups.
id str
Resource ID.
location str
Resource location.
radius_client_root_certificates Sequence[VpnServerConfigRadiusClientRootCertificateResponse]
Radius client root certificate of VpnServerConfiguration.
radius_server_address str
The radius server address property of the VpnServerConfiguration resource for point to site client connection.
radius_server_root_certificates Sequence[VpnServerConfigRadiusServerRootCertificateResponse]
Radius Server root certificate of VpnServerConfiguration.
radius_server_secret str
The radius secret property of the VpnServerConfiguration resource for point to site client connection.
radius_servers Sequence[RadiusServerResponse]
Multiple Radius Server configuration for VpnServerConfiguration.
tags Mapping[str, str]
Resource tags.
vpn_authentication_types Sequence[str]
VPN authentication types for the VpnServerConfiguration.
vpn_client_ipsec_policies Sequence[IpsecPolicyResponse]
VpnClientIpsecPolicies for VpnServerConfiguration.
vpn_client_revoked_certificates Sequence[VpnServerConfigVpnClientRevokedCertificateResponse]
VPN client revoked certificate of VpnServerConfiguration.
vpn_client_root_certificates Sequence[VpnServerConfigVpnClientRootCertificateResponse]
VPN client root certificate of VpnServerConfiguration.
vpn_protocols Sequence[str]
VPN protocols for the VpnServerConfiguration.
etag String
A unique read-only string that changes whenever the resource is updated.
name String
Resource name.
p2SVpnGateways List<Property Map>
List of references to P2SVpnGateways.
provisioningState String
The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
type String
Resource type.
aadAuthenticationParameters Property Map
The set of aad vpn authentication parameters.
configurationPolicyGroups List<Property Map>
List of all VpnServerConfigurationPolicyGroups.
id String
Resource ID.
location String
Resource location.
radiusClientRootCertificates List<Property Map>
Radius client root certificate of VpnServerConfiguration.
radiusServerAddress String
The radius server address property of the VpnServerConfiguration resource for point to site client connection.
radiusServerRootCertificates List<Property Map>
Radius Server root certificate of VpnServerConfiguration.
radiusServerSecret String
The radius secret property of the VpnServerConfiguration resource for point to site client connection.
radiusServers List<Property Map>
Multiple Radius Server configuration for VpnServerConfiguration.
tags Map<String>
Resource tags.
vpnAuthenticationTypes List<String>
VPN authentication types for the VpnServerConfiguration.
vpnClientIpsecPolicies List<Property Map>
VpnClientIpsecPolicies for VpnServerConfiguration.
vpnClientRevokedCertificates List<Property Map>
VPN client revoked certificate of VpnServerConfiguration.
vpnClientRootCertificates List<Property Map>
VPN client root certificate of VpnServerConfiguration.
vpnProtocols List<String>
VPN protocols for the VpnServerConfiguration.

Supporting Types

AadAuthenticationParametersResponse

AadAudience string
AAD Vpn authentication parameter AAD audience.
AadIssuer string
AAD Vpn authentication parameter AAD issuer.
AadTenant string
AAD Vpn authentication parameter AAD tenant.
AadAudience string
AAD Vpn authentication parameter AAD audience.
AadIssuer string
AAD Vpn authentication parameter AAD issuer.
AadTenant string
AAD Vpn authentication parameter AAD tenant.
aadAudience String
AAD Vpn authentication parameter AAD audience.
aadIssuer String
AAD Vpn authentication parameter AAD issuer.
aadTenant String
AAD Vpn authentication parameter AAD tenant.
aadAudience string
AAD Vpn authentication parameter AAD audience.
aadIssuer string
AAD Vpn authentication parameter AAD issuer.
aadTenant string
AAD Vpn authentication parameter AAD tenant.
aad_audience str
AAD Vpn authentication parameter AAD audience.
aad_issuer str
AAD Vpn authentication parameter AAD issuer.
aad_tenant str
AAD Vpn authentication parameter AAD tenant.
aadAudience String
AAD Vpn authentication parameter AAD audience.
aadIssuer String
AAD Vpn authentication parameter AAD issuer.
aadTenant String
AAD Vpn authentication parameter AAD tenant.

AddressSpaceResponse

AddressPrefixes List<string>
A list of address blocks reserved for this virtual network in CIDR notation.
AddressPrefixes []string
A list of address blocks reserved for this virtual network in CIDR notation.
addressPrefixes List<String>
A list of address blocks reserved for this virtual network in CIDR notation.
addressPrefixes string[]
A list of address blocks reserved for this virtual network in CIDR notation.
address_prefixes Sequence[str]
A list of address blocks reserved for this virtual network in CIDR notation.
addressPrefixes List<String>
A list of address blocks reserved for this virtual network in CIDR notation.

IpsecPolicyResponse

DhGroup This property is required. string
The DH Group used in IKE Phase 1 for initial SA.
IkeEncryption This property is required. string
The IKE encryption algorithm (IKE phase 2).
IkeIntegrity This property is required. string
The IKE integrity algorithm (IKE phase 2).
IpsecEncryption This property is required. string
The IPSec encryption algorithm (IKE phase 1).
IpsecIntegrity This property is required. string
The IPSec integrity algorithm (IKE phase 1).
PfsGroup This property is required. string
The Pfs Group used in IKE Phase 2 for new child SA.
SaDataSizeKilobytes This property is required. int
The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for a site to site VPN tunnel.
SaLifeTimeSeconds This property is required. int
The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
DhGroup This property is required. string
The DH Group used in IKE Phase 1 for initial SA.
IkeEncryption This property is required. string
The IKE encryption algorithm (IKE phase 2).
IkeIntegrity This property is required. string
The IKE integrity algorithm (IKE phase 2).
IpsecEncryption This property is required. string
The IPSec encryption algorithm (IKE phase 1).
IpsecIntegrity This property is required. string
The IPSec integrity algorithm (IKE phase 1).
PfsGroup This property is required. string
The Pfs Group used in IKE Phase 2 for new child SA.
SaDataSizeKilobytes This property is required. int
The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for a site to site VPN tunnel.
SaLifeTimeSeconds This property is required. int
The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
dhGroup This property is required. String
The DH Group used in IKE Phase 1 for initial SA.
ikeEncryption This property is required. String
The IKE encryption algorithm (IKE phase 2).
ikeIntegrity This property is required. String
The IKE integrity algorithm (IKE phase 2).
ipsecEncryption This property is required. String
The IPSec encryption algorithm (IKE phase 1).
ipsecIntegrity This property is required. String
The IPSec integrity algorithm (IKE phase 1).
pfsGroup This property is required. String
The Pfs Group used in IKE Phase 2 for new child SA.
saDataSizeKilobytes This property is required. Integer
The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for a site to site VPN tunnel.
saLifeTimeSeconds This property is required. Integer
The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
dhGroup This property is required. string
The DH Group used in IKE Phase 1 for initial SA.
ikeEncryption This property is required. string
The IKE encryption algorithm (IKE phase 2).
ikeIntegrity This property is required. string
The IKE integrity algorithm (IKE phase 2).
ipsecEncryption This property is required. string
The IPSec encryption algorithm (IKE phase 1).
ipsecIntegrity This property is required. string
The IPSec integrity algorithm (IKE phase 1).
pfsGroup This property is required. string
The Pfs Group used in IKE Phase 2 for new child SA.
saDataSizeKilobytes This property is required. number
The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for a site to site VPN tunnel.
saLifeTimeSeconds This property is required. number
The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
dh_group This property is required. str
The DH Group used in IKE Phase 1 for initial SA.
ike_encryption This property is required. str
The IKE encryption algorithm (IKE phase 2).
ike_integrity This property is required. str
The IKE integrity algorithm (IKE phase 2).
ipsec_encryption This property is required. str
The IPSec encryption algorithm (IKE phase 1).
ipsec_integrity This property is required. str
The IPSec integrity algorithm (IKE phase 1).
pfs_group This property is required. str
The Pfs Group used in IKE Phase 2 for new child SA.
sa_data_size_kilobytes This property is required. int
The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for a site to site VPN tunnel.
sa_life_time_seconds This property is required. int
The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
dhGroup This property is required. String
The DH Group used in IKE Phase 1 for initial SA.
ikeEncryption This property is required. String
The IKE encryption algorithm (IKE phase 2).
ikeIntegrity This property is required. String
The IKE integrity algorithm (IKE phase 2).
ipsecEncryption This property is required. String
The IPSec encryption algorithm (IKE phase 1).
ipsecIntegrity This property is required. String
The IPSec integrity algorithm (IKE phase 1).
pfsGroup This property is required. String
The Pfs Group used in IKE Phase 2 for new child SA.
saDataSizeKilobytes This property is required. Number
The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for a site to site VPN tunnel.
saLifeTimeSeconds This property is required. Number
The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.

P2SConnectionConfigurationResponse

ConfigurationPolicyGroupAssociations This property is required. List<Pulumi.AzureNative.Network.Inputs.SubResourceResponse>
List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.
Etag This property is required. string
A unique read-only string that changes whenever the resource is updated.
PreviousConfigurationPolicyGroupAssociations This property is required. List<Pulumi.AzureNative.Network.Inputs.VpnServerConfigurationPolicyGroupResponse>
List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
ProvisioningState This property is required. string
The provisioning state of the P2SConnectionConfiguration resource.
EnableInternetSecurity bool
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.
RoutingConfiguration Pulumi.AzureNative.Network.Inputs.RoutingConfigurationResponse
The Routing Configuration indicating the associated and propagated route tables on this connection.
VpnClientAddressPool Pulumi.AzureNative.Network.Inputs.AddressSpaceResponse
The reference to the address space resource which represents Address space for P2S VpnClient.
ConfigurationPolicyGroupAssociations This property is required. []SubResourceResponse
List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.
Etag This property is required. string
A unique read-only string that changes whenever the resource is updated.
PreviousConfigurationPolicyGroupAssociations This property is required. []VpnServerConfigurationPolicyGroupResponse
List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
ProvisioningState This property is required. string
The provisioning state of the P2SConnectionConfiguration resource.
EnableInternetSecurity bool
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.
RoutingConfiguration RoutingConfigurationResponse
The Routing Configuration indicating the associated and propagated route tables on this connection.
VpnClientAddressPool AddressSpaceResponse
The reference to the address space resource which represents Address space for P2S VpnClient.
configurationPolicyGroupAssociations This property is required. List<SubResourceResponse>
List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.
etag This property is required. String
A unique read-only string that changes whenever the resource is updated.
previousConfigurationPolicyGroupAssociations This property is required. List<VpnServerConfigurationPolicyGroupResponse>
List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
provisioningState This property is required. String
The provisioning state of the P2SConnectionConfiguration resource.
enableInternetSecurity Boolean
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.
routingConfiguration RoutingConfigurationResponse
The Routing Configuration indicating the associated and propagated route tables on this connection.
vpnClientAddressPool AddressSpaceResponse
The reference to the address space resource which represents Address space for P2S VpnClient.
configurationPolicyGroupAssociations This property is required. SubResourceResponse[]
List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.
etag This property is required. string
A unique read-only string that changes whenever the resource is updated.
previousConfigurationPolicyGroupAssociations This property is required. VpnServerConfigurationPolicyGroupResponse[]
List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
provisioningState This property is required. string
The provisioning state of the P2SConnectionConfiguration resource.
enableInternetSecurity boolean
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.
routingConfiguration RoutingConfigurationResponse
The Routing Configuration indicating the associated and propagated route tables on this connection.
vpnClientAddressPool AddressSpaceResponse
The reference to the address space resource which represents Address space for P2S VpnClient.
configuration_policy_group_associations This property is required. Sequence[SubResourceResponse]
List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.
etag This property is required. str
A unique read-only string that changes whenever the resource is updated.
previous_configuration_policy_group_associations This property is required. Sequence[VpnServerConfigurationPolicyGroupResponse]
List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
provisioning_state This property is required. str
The provisioning state of the P2SConnectionConfiguration resource.
enable_internet_security bool
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 RoutingConfigurationResponse
The Routing Configuration indicating the associated and propagated route tables on this connection.
vpn_client_address_pool AddressSpaceResponse
The reference to the address space resource which represents Address space for P2S VpnClient.
configurationPolicyGroupAssociations This property is required. List<Property Map>
List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.
etag This property is required. String
A unique read-only string that changes whenever the resource is updated.
previousConfigurationPolicyGroupAssociations This property is required. List<Property Map>
List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
provisioningState This property is required. String
The provisioning state of the P2SConnectionConfiguration resource.
enableInternetSecurity Boolean
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.
routingConfiguration Property Map
The Routing Configuration indicating the associated and propagated route tables on this connection.
vpnClientAddressPool Property Map
The reference to the address space resource which represents Address space for P2S VpnClient.

P2SVpnGatewayResponse

Etag This property is required. string
A unique read-only string that changes whenever the resource is updated.
Location This property is required. string
Resource location.
Name This property is required. string
Resource name.
ProvisioningState This property is required. string
The provisioning state of the P2S VPN gateway resource.
Type This property is required. string
Resource type.
VpnClientConnectionHealth This property is required. Pulumi.AzureNative.Network.Inputs.VpnClientConnectionHealthResponse
All P2S VPN clients' connection health status.
CustomDnsServers List<string>
List of all customer specified DNS servers IP addresses.
Id string
Resource ID.
IsRoutingPreferenceInternet bool
Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
P2SConnectionConfigurations List<Pulumi.AzureNative.Network.Inputs.P2SConnectionConfigurationResponse>
List of all p2s connection configurations of the gateway.
Tags Dictionary<string, string>
Resource tags.
VirtualHub Pulumi.AzureNative.Network.Inputs.SubResourceResponse
The VirtualHub to which the gateway belongs.
VpnGatewayScaleUnit int
The scale unit for this p2s vpn gateway.
VpnServerConfiguration Pulumi.AzureNative.Network.Inputs.SubResourceResponse
The VpnServerConfiguration to which the p2sVpnGateway is attached to.
Etag This property is required. string
A unique read-only string that changes whenever the resource is updated.
Location This property is required. string
Resource location.
Name This property is required. string
Resource name.
ProvisioningState This property is required. string
The provisioning state of the P2S VPN gateway resource.
Type This property is required. string
Resource type.
VpnClientConnectionHealth This property is required. VpnClientConnectionHealthResponse
All P2S VPN clients' connection health status.
CustomDnsServers []string
List of all customer specified DNS servers IP addresses.
Id string
Resource ID.
IsRoutingPreferenceInternet bool
Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
P2SConnectionConfigurations []P2SConnectionConfigurationResponse
List of all p2s connection configurations of the gateway.
Tags map[string]string
Resource tags.
VirtualHub SubResourceResponse
The VirtualHub to which the gateway belongs.
VpnGatewayScaleUnit int
The scale unit for this p2s vpn gateway.
VpnServerConfiguration SubResourceResponse
The VpnServerConfiguration to which the p2sVpnGateway is attached to.
etag This property is required. String
A unique read-only string that changes whenever the resource is updated.
location This property is required. String
Resource location.
name This property is required. String
Resource name.
provisioningState This property is required. String
The provisioning state of the P2S VPN gateway resource.
type This property is required. String
Resource type.
vpnClientConnectionHealth This property is required. VpnClientConnectionHealthResponse
All P2S VPN clients' connection health status.
customDnsServers List<String>
List of all customer specified DNS servers IP addresses.
id String
Resource ID.
isRoutingPreferenceInternet Boolean
Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
p2SConnectionConfigurations List<P2SConnectionConfigurationResponse>
List of all p2s connection configurations of the gateway.
tags Map<String,String>
Resource tags.
virtualHub SubResourceResponse
The VirtualHub to which the gateway belongs.
vpnGatewayScaleUnit Integer
The scale unit for this p2s vpn gateway.
vpnServerConfiguration SubResourceResponse
The VpnServerConfiguration to which the p2sVpnGateway is attached to.
etag This property is required. string
A unique read-only string that changes whenever the resource is updated.
location This property is required. string
Resource location.
name This property is required. string
Resource name.
provisioningState This property is required. string
The provisioning state of the P2S VPN gateway resource.
type This property is required. string
Resource type.
vpnClientConnectionHealth This property is required. VpnClientConnectionHealthResponse
All P2S VPN clients' connection health status.
customDnsServers string[]
List of all customer specified DNS servers IP addresses.
id string
Resource ID.
isRoutingPreferenceInternet boolean
Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
p2SConnectionConfigurations P2SConnectionConfigurationResponse[]
List of all p2s connection configurations of the gateway.
tags {[key: string]: string}
Resource tags.
virtualHub SubResourceResponse
The VirtualHub to which the gateway belongs.
vpnGatewayScaleUnit number
The scale unit for this p2s vpn gateway.
vpnServerConfiguration SubResourceResponse
The VpnServerConfiguration to which the p2sVpnGateway is attached to.
etag This property is required. str
A unique read-only string that changes whenever the resource is updated.
location This property is required. str
Resource location.
name This property is required. str
Resource name.
provisioning_state This property is required. str
The provisioning state of the P2S VPN gateway resource.
type This property is required. str
Resource type.
vpn_client_connection_health This property is required. VpnClientConnectionHealthResponse
All P2S VPN clients' connection health status.
custom_dns_servers Sequence[str]
List of all customer specified DNS servers IP addresses.
id str
Resource ID.
is_routing_preference_internet bool
Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
p2_s_connection_configurations Sequence[P2SConnectionConfigurationResponse]
List of all p2s connection configurations of the gateway.
tags Mapping[str, str]
Resource tags.
virtual_hub SubResourceResponse
The VirtualHub to which the gateway belongs.
vpn_gateway_scale_unit int
The scale unit for this p2s vpn gateway.
vpn_server_configuration SubResourceResponse
The VpnServerConfiguration to which the p2sVpnGateway is attached to.
etag This property is required. String
A unique read-only string that changes whenever the resource is updated.
location This property is required. String
Resource location.
name This property is required. String
Resource name.
provisioningState This property is required. String
The provisioning state of the P2S VPN gateway resource.
type This property is required. String
Resource type.
vpnClientConnectionHealth This property is required. Property Map
All P2S VPN clients' connection health status.
customDnsServers List<String>
List of all customer specified DNS servers IP addresses.
id String
Resource ID.
isRoutingPreferenceInternet Boolean
Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
p2SConnectionConfigurations List<Property Map>
List of all p2s connection configurations of the gateway.
tags Map<String>
Resource tags.
virtualHub Property Map
The VirtualHub to which the gateway belongs.
vpnGatewayScaleUnit Number
The scale unit for this p2s vpn gateway.
vpnServerConfiguration Property Map
The VpnServerConfiguration to which the p2sVpnGateway is attached to.

PropagatedRouteTableResponse

Ids List<Pulumi.AzureNative.Network.Inputs.SubResourceResponse>
The list of resource ids of all the RouteTables.
Labels List<string>
The list of labels.
Ids []SubResourceResponse
The list of resource ids of all the RouteTables.
Labels []string
The list of labels.
ids List<SubResourceResponse>
The list of resource ids of all the RouteTables.
labels List<String>
The list of labels.
ids SubResourceResponse[]
The list of resource ids of all the RouteTables.
labels string[]
The list of labels.
ids Sequence[SubResourceResponse]
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.

RadiusServerResponse

RadiusServerAddress This property is required. string
The address of this radius server.
RadiusServerScore double
The initial score assigned to this radius server.
RadiusServerSecret string
The secret used for this radius server.
RadiusServerAddress This property is required. string
The address of this radius server.
RadiusServerScore float64
The initial score assigned to this radius server.
RadiusServerSecret string
The secret used for this radius server.
radiusServerAddress This property is required. String
The address of this radius server.
radiusServerScore Double
The initial score assigned to this radius server.
radiusServerSecret String
The secret used for this radius server.
radiusServerAddress This property is required. string
The address of this radius server.
radiusServerScore number
The initial score assigned to this radius server.
radiusServerSecret string
The secret used for this radius server.
radius_server_address This property is required. str
The address of this radius server.
radius_server_score float
The initial score assigned to this radius server.
radius_server_secret str
The secret used for this radius server.
radiusServerAddress This property is required. String
The address of this radius server.
radiusServerScore Number
The initial score assigned to this radius server.
radiusServerSecret String
The secret used for this radius server.

RoutingConfigurationResponse

AssociatedRouteTable Pulumi.AzureNative.Network.Inputs.SubResourceResponse
The resource id RouteTable associated with this RoutingConfiguration.
InboundRouteMap Pulumi.AzureNative.Network.Inputs.SubResourceResponse
The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
OutboundRouteMap Pulumi.AzureNative.Network.Inputs.SubResourceResponse
The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
PropagatedRouteTables Pulumi.AzureNative.Network.Inputs.PropagatedRouteTableResponse
The list of RouteTables to advertise the routes to.
VnetRoutes Pulumi.AzureNative.Network.Inputs.VnetRouteResponse
List of routes that control routing from VirtualHub into a virtual network connection.
AssociatedRouteTable SubResourceResponse
The resource id RouteTable associated with this RoutingConfiguration.
InboundRouteMap SubResourceResponse
The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
OutboundRouteMap SubResourceResponse
The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
PropagatedRouteTables PropagatedRouteTableResponse
The list of RouteTables to advertise the routes to.
VnetRoutes VnetRouteResponse
List of routes that control routing from VirtualHub into a virtual network connection.
associatedRouteTable SubResourceResponse
The resource id RouteTable associated with this RoutingConfiguration.
inboundRouteMap SubResourceResponse
The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
outboundRouteMap SubResourceResponse
The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
propagatedRouteTables PropagatedRouteTableResponse
The list of RouteTables to advertise the routes to.
vnetRoutes VnetRouteResponse
List of routes that control routing from VirtualHub into a virtual network connection.
associatedRouteTable SubResourceResponse
The resource id RouteTable associated with this RoutingConfiguration.
inboundRouteMap SubResourceResponse
The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
outboundRouteMap SubResourceResponse
The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
propagatedRouteTables PropagatedRouteTableResponse
The list of RouteTables to advertise the routes to.
vnetRoutes VnetRouteResponse
List of routes that control routing from VirtualHub into a virtual network connection.
associated_route_table SubResourceResponse
The resource id RouteTable associated with this RoutingConfiguration.
inbound_route_map SubResourceResponse
The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
outbound_route_map SubResourceResponse
The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
propagated_route_tables PropagatedRouteTableResponse
The list of RouteTables to advertise the routes to.
vnet_routes VnetRouteResponse
List of routes that control routing from VirtualHub into a virtual network connection.
associatedRouteTable Property Map
The resource id RouteTable associated with this RoutingConfiguration.
inboundRouteMap Property Map
The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
outboundRouteMap Property Map
The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
propagatedRouteTables Property Map
The list of RouteTables to advertise the routes to.
vnetRoutes Property Map
List of routes that control routing from VirtualHub into a virtual network connection.

StaticRouteResponse

AddressPrefixes List<string>
List of all address prefixes.
Name string
The name of the StaticRoute that is unique within a VnetRoute.
NextHopIpAddress string
The ip address of the next hop.
AddressPrefixes []string
List of all address prefixes.
Name string
The name of the StaticRoute that is unique within a VnetRoute.
NextHopIpAddress string
The ip address of the next hop.
addressPrefixes List<String>
List of all address prefixes.
name String
The name of the StaticRoute that is unique within a VnetRoute.
nextHopIpAddress String
The ip address of the next hop.
addressPrefixes string[]
List of all address prefixes.
name string
The name of the StaticRoute that is unique within a VnetRoute.
nextHopIpAddress string
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_ip_address str
The ip address of the next hop.
addressPrefixes List<String>
List of all address prefixes.
name String
The name of the StaticRoute that is unique within a VnetRoute.
nextHopIpAddress String
The ip address of the next hop.

StaticRoutesConfigResponse

PropagateStaticRoutes This property is required. bool
Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
VnetLocalRouteOverrideCriteria string
Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
PropagateStaticRoutes This property is required. bool
Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
VnetLocalRouteOverrideCriteria string
Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
propagateStaticRoutes This property is required. Boolean
Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
vnetLocalRouteOverrideCriteria String
Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
propagateStaticRoutes This property is required. boolean
Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
vnetLocalRouteOverrideCriteria string
Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
propagate_static_routes This property is required. bool
Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
vnet_local_route_override_criteria str
Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
propagateStaticRoutes This property is required. Boolean
Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
vnetLocalRouteOverrideCriteria String
Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.

SubResourceResponse

Id This property is required. string
Resource ID.
Id This property is required. string
Resource ID.
id This property is required. String
Resource ID.
id This property is required. string
Resource ID.
id This property is required. str
Resource ID.
id This property is required. String
Resource ID.

VnetRouteResponse

BgpConnections This property is required. List<Pulumi.AzureNative.Network.Inputs.SubResourceResponse>
The list of references to HubBgpConnection objects.
StaticRoutes List<Pulumi.AzureNative.Network.Inputs.StaticRouteResponse>
List of all Static Routes.
StaticRoutesConfig Pulumi.AzureNative.Network.Inputs.StaticRoutesConfigResponse
Configuration for static routes on this HubVnetConnection.
BgpConnections This property is required. []SubResourceResponse
The list of references to HubBgpConnection objects.
StaticRoutes []StaticRouteResponse
List of all Static Routes.
StaticRoutesConfig StaticRoutesConfigResponse
Configuration for static routes on this HubVnetConnection.
bgpConnections This property is required. List<SubResourceResponse>
The list of references to HubBgpConnection objects.
staticRoutes List<StaticRouteResponse>
List of all Static Routes.
staticRoutesConfig StaticRoutesConfigResponse
Configuration for static routes on this HubVnetConnection.
bgpConnections This property is required. SubResourceResponse[]
The list of references to HubBgpConnection objects.
staticRoutes StaticRouteResponse[]
List of all Static Routes.
staticRoutesConfig StaticRoutesConfigResponse
Configuration for static routes on this HubVnetConnection.
bgp_connections This property is required. Sequence[SubResourceResponse]
The list of references to HubBgpConnection objects.
static_routes Sequence[StaticRouteResponse]
List of all Static Routes.
static_routes_config StaticRoutesConfigResponse
Configuration for static routes on this HubVnetConnection.
bgpConnections This property is required. List<Property Map>
The list of references to HubBgpConnection objects.
staticRoutes List<Property Map>
List of all Static Routes.
staticRoutesConfig Property Map
Configuration for static routes on this HubVnetConnection.

VpnClientConnectionHealthResponse

TotalEgressBytesTransferred This property is required. double
Total of the Egress Bytes Transferred in this connection.
TotalIngressBytesTransferred This property is required. double
Total of the Ingress Bytes Transferred in this P2S Vpn connection.
AllocatedIpAddresses List<string>
List of allocated ip addresses to the connected p2s vpn clients.
VpnClientConnectionsCount int
The total of p2s vpn clients connected at this time to this P2SVpnGateway.
TotalEgressBytesTransferred This property is required. float64
Total of the Egress Bytes Transferred in this connection.
TotalIngressBytesTransferred This property is required. float64
Total of the Ingress Bytes Transferred in this P2S Vpn connection.
AllocatedIpAddresses []string
List of allocated ip addresses to the connected p2s vpn clients.
VpnClientConnectionsCount int
The total of p2s vpn clients connected at this time to this P2SVpnGateway.
totalEgressBytesTransferred This property is required. Double
Total of the Egress Bytes Transferred in this connection.
totalIngressBytesTransferred This property is required. Double
Total of the Ingress Bytes Transferred in this P2S Vpn connection.
allocatedIpAddresses List<String>
List of allocated ip addresses to the connected p2s vpn clients.
vpnClientConnectionsCount Integer
The total of p2s vpn clients connected at this time to this P2SVpnGateway.
totalEgressBytesTransferred This property is required. number
Total of the Egress Bytes Transferred in this connection.
totalIngressBytesTransferred This property is required. number
Total of the Ingress Bytes Transferred in this P2S Vpn connection.
allocatedIpAddresses string[]
List of allocated ip addresses to the connected p2s vpn clients.
vpnClientConnectionsCount number
The total of p2s vpn clients connected at this time to this P2SVpnGateway.
total_egress_bytes_transferred This property is required. float
Total of the Egress Bytes Transferred in this connection.
total_ingress_bytes_transferred This property is required. float
Total of the Ingress Bytes Transferred in this P2S Vpn connection.
allocated_ip_addresses Sequence[str]
List of allocated ip addresses to the connected p2s vpn clients.
vpn_client_connections_count int
The total of p2s vpn clients connected at this time to this P2SVpnGateway.
totalEgressBytesTransferred This property is required. Number
Total of the Egress Bytes Transferred in this connection.
totalIngressBytesTransferred This property is required. Number
Total of the Ingress Bytes Transferred in this P2S Vpn connection.
allocatedIpAddresses List<String>
List of allocated ip addresses to the connected p2s vpn clients.
vpnClientConnectionsCount Number
The total of p2s vpn clients connected at this time to this P2SVpnGateway.

VpnServerConfigRadiusClientRootCertificateResponse

Name string
The certificate name.
Thumbprint string
The Radius client root certificate thumbprint.
Name string
The certificate name.
Thumbprint string
The Radius client root certificate thumbprint.
name String
The certificate name.
thumbprint String
The Radius client root certificate thumbprint.
name string
The certificate name.
thumbprint string
The Radius client root certificate thumbprint.
name str
The certificate name.
thumbprint str
The Radius client root certificate thumbprint.
name String
The certificate name.
thumbprint String
The Radius client root certificate thumbprint.

VpnServerConfigRadiusServerRootCertificateResponse

Name string
The certificate name.
PublicCertData string
The certificate public data.
Name string
The certificate name.
PublicCertData string
The certificate public data.
name String
The certificate name.
publicCertData String
The certificate public data.
name string
The certificate name.
publicCertData string
The certificate public data.
name str
The certificate name.
public_cert_data str
The certificate public data.
name String
The certificate name.
publicCertData String
The certificate public data.

VpnServerConfigVpnClientRevokedCertificateResponse

Name string
The certificate name.
Thumbprint string
The revoked VPN client certificate thumbprint.
Name string
The certificate name.
Thumbprint string
The revoked VPN client certificate thumbprint.
name String
The certificate name.
thumbprint String
The revoked VPN client certificate thumbprint.
name string
The certificate name.
thumbprint string
The revoked VPN client certificate thumbprint.
name str
The certificate name.
thumbprint str
The revoked VPN client certificate thumbprint.
name String
The certificate name.
thumbprint String
The revoked VPN client certificate thumbprint.

VpnServerConfigVpnClientRootCertificateResponse

Name string
The certificate name.
PublicCertData string
The certificate public data.
Name string
The certificate name.
PublicCertData string
The certificate public data.
name String
The certificate name.
publicCertData String
The certificate public data.
name string
The certificate name.
publicCertData string
The certificate public data.
name str
The certificate name.
public_cert_data str
The certificate public data.
name String
The certificate name.
publicCertData String
The certificate public data.

VpnServerConfigurationPolicyGroupMemberResponse

AttributeType string
The Vpn Policy member attribute type.
AttributeValue string
The value of Attribute used for this VpnServerConfigurationPolicyGroupMember.
Name string
Name of the VpnServerConfigurationPolicyGroupMember.
AttributeType string
The Vpn Policy member attribute type.
AttributeValue string
The value of Attribute used for this VpnServerConfigurationPolicyGroupMember.
Name string
Name of the VpnServerConfigurationPolicyGroupMember.
attributeType String
The Vpn Policy member attribute type.
attributeValue String
The value of Attribute used for this VpnServerConfigurationPolicyGroupMember.
name String
Name of the VpnServerConfigurationPolicyGroupMember.
attributeType string
The Vpn Policy member attribute type.
attributeValue 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.
attributeType String
The Vpn Policy member attribute type.
attributeValue String
The value of Attribute used for this VpnServerConfigurationPolicyGroupMember.
name String
Name of the VpnServerConfigurationPolicyGroupMember.

VpnServerConfigurationPolicyGroupResponse

Etag This property is required. string
A unique read-only string that changes whenever the resource is updated.
P2SConnectionConfigurations This property is required. List<Pulumi.AzureNative.Network.Inputs.SubResourceResponse>
List of references to P2SConnectionConfigurations.
ProvisioningState This property is required. string
The provisioning state of the VpnServerConfigurationPolicyGroup resource.
Type This property is required. string
Resource type.
Id string
Resource ID.
IsDefault 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.
PolicyMembers List<Pulumi.AzureNative.Network.Inputs.VpnServerConfigurationPolicyGroupMemberResponse>
Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.
Priority int
Priority for VpnServerConfigurationPolicyGroup.
Etag This property is required. string
A unique read-only string that changes whenever the resource is updated.
P2SConnectionConfigurations This property is required. []SubResourceResponse
List of references to P2SConnectionConfigurations.
ProvisioningState This property is required. string
The provisioning state of the VpnServerConfigurationPolicyGroup resource.
Type This property is required. string
Resource type.
Id string
Resource ID.
IsDefault 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.
PolicyMembers []VpnServerConfigurationPolicyGroupMemberResponse
Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.
Priority int
Priority for VpnServerConfigurationPolicyGroup.
etag This property is required. String
A unique read-only string that changes whenever the resource is updated.
p2SConnectionConfigurations This property is required. List<SubResourceResponse>
List of references to P2SConnectionConfigurations.
provisioningState This property is required. String
The provisioning state of the VpnServerConfigurationPolicyGroup resource.
type This property is required. String
Resource type.
id String
Resource ID.
isDefault 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.
policyMembers List<VpnServerConfigurationPolicyGroupMemberResponse>
Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.
priority Integer
Priority for VpnServerConfigurationPolicyGroup.
etag This property is required. string
A unique read-only string that changes whenever the resource is updated.
p2SConnectionConfigurations This property is required. SubResourceResponse[]
List of references to P2SConnectionConfigurations.
provisioningState This property is required. string
The provisioning state of the VpnServerConfigurationPolicyGroup resource.
type This property is required. string
Resource type.
id string
Resource ID.
isDefault 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.
policyMembers VpnServerConfigurationPolicyGroupMemberResponse[]
Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.
priority number
Priority for VpnServerConfigurationPolicyGroup.
etag This property is required. str
A unique read-only string that changes whenever the resource is updated.
p2_s_connection_configurations This property is required. Sequence[SubResourceResponse]
List of references to P2SConnectionConfigurations.
provisioning_state This property is required. str
The provisioning state of the VpnServerConfigurationPolicyGroup resource.
type This property is required. 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[VpnServerConfigurationPolicyGroupMemberResponse]
Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.
priority int
Priority for VpnServerConfigurationPolicyGroup.
etag This property is required. String
A unique read-only string that changes whenever the resource is updated.
p2SConnectionConfigurations This property is required. List<Property Map>
List of references to P2SConnectionConfigurations.
provisioningState This property is required. String
The provisioning state of the VpnServerConfigurationPolicyGroup resource.
type This property is required. String
Resource type.
id String
Resource ID.
isDefault 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.
policyMembers List<Property Map>
Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.
priority Number
Priority for VpnServerConfigurationPolicyGroup.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi