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>
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]
func LookupVpnServerConfiguration(ctx *Context, args *LookupVpnServerConfigurationArgs, opts ...InvokeOption) (*LookupVpnServerConfigurationResult, error)
func LookupVpnServerConfigurationOutput(ctx *Context, args *LookupVpnServerConfigurationOutputArgs, opts ...InvokeOption) LookupVpnServerConfigurationResultOutput
> 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)
}
public static CompletableFuture<GetVpnServerConfigurationResult> getVpnServerConfiguration(GetVpnServerConfigurationArgs args, InvokeOptions options)
public static Output<GetVpnServerConfigurationResult> getVpnServerConfiguration(GetVpnServerConfigurationArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:network:getVpnServerConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name of the VpnServerConfiguration.
- Vpn
Server Configuration Name This property is required. Changes to this property will trigger replacement.
- The name of the VpnServerConfiguration being retrieved.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name of the VpnServerConfiguration.
- Vpn
Server Configuration Name This property is required. Changes to this property will trigger replacement.
- The name of the VpnServerConfiguration being retrieved.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name of the VpnServerConfiguration.
- vpn
Server Configuration Name This property is required. Changes to this property will trigger replacement.
- The name of the VpnServerConfiguration being retrieved.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name of the VpnServerConfiguration.
- vpn
Server Configuration Name This property is required. Changes to this property will trigger replacement.
- The name of the VpnServerConfiguration being retrieved.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The resource group name of the VpnServerConfiguration.
- vpn_
server_ configuration_ name This property is required. Changes to this property will trigger replacement.
- The name of the VpnServerConfiguration being retrieved.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name of the VpnServerConfiguration.
- vpn
Server Configuration Name This property is required. Changes to this property will trigger replacement.
- 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.
- P2SVpn
Gateways List<Pulumi.Azure Native. Network. Outputs. P2SVpn Gateway Response> - List of references to P2SVpnGateways.
- Provisioning
State string - The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
- Type string
- Resource type.
- Aad
Authentication Pulumi.Parameters Azure Native. Network. Outputs. Aad Authentication Parameters Response - The set of aad vpn authentication parameters.
- Configuration
Policy List<Pulumi.Groups Azure Native. Network. Outputs. Vpn Server Configuration Policy Group Response> - List of all VpnServerConfigurationPolicyGroups.
- Id string
- Resource ID.
- Location string
- Resource location.
- Radius
Client List<Pulumi.Root Certificates Azure Native. Network. Outputs. Vpn Server Config Radius Client Root Certificate Response> - Radius client root certificate of VpnServerConfiguration.
- Radius
Server stringAddress - The radius server address property of the VpnServerConfiguration resource for point to site client connection.
- Radius
Server List<Pulumi.Root Certificates Azure Native. Network. Outputs. Vpn Server Config Radius Server Root Certificate Response> - Radius Server root certificate of VpnServerConfiguration.
- Radius
Server stringSecret - The radius secret property of the VpnServerConfiguration resource for point to site client connection.
- Radius
Servers List<Pulumi.Azure Native. Network. Outputs. Radius Server Response> - Multiple Radius Server configuration for VpnServerConfiguration.
- Dictionary<string, string>
- Resource tags.
- Vpn
Authentication List<string>Types - VPN authentication types for the VpnServerConfiguration.
- Vpn
Client List<Pulumi.Ipsec Policies Azure Native. Network. Outputs. Ipsec Policy Response> - VpnClientIpsecPolicies for VpnServerConfiguration.
- Vpn
Client List<Pulumi.Revoked Certificates Azure Native. Network. Outputs. Vpn Server Config Vpn Client Revoked Certificate Response> - VPN client revoked certificate of VpnServerConfiguration.
- Vpn
Client List<Pulumi.Root Certificates Azure Native. Network. Outputs. Vpn Server Config Vpn Client Root Certificate Response> - VPN client root certificate of VpnServerConfiguration.
- Vpn
Protocols 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.
- P2SVpn
Gateways []P2SVpnGateway Response - List of references to P2SVpnGateways.
- Provisioning
State string - The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
- Type string
- Resource type.
- Aad
Authentication AadParameters Authentication Parameters Response - The set of aad vpn authentication parameters.
- Configuration
Policy []VpnGroups Server Configuration Policy Group Response - List of all VpnServerConfigurationPolicyGroups.
- Id string
- Resource ID.
- Location string
- Resource location.
- Radius
Client []VpnRoot Certificates Server Config Radius Client Root Certificate Response - Radius client root certificate of VpnServerConfiguration.
- Radius
Server stringAddress - The radius server address property of the VpnServerConfiguration resource for point to site client connection.
- Radius
Server []VpnRoot Certificates Server Config Radius Server Root Certificate Response - Radius Server root certificate of VpnServerConfiguration.
- Radius
Server stringSecret - The radius secret property of the VpnServerConfiguration resource for point to site client connection.
- Radius
Servers []RadiusServer Response - Multiple Radius Server configuration for VpnServerConfiguration.
- map[string]string
- Resource tags.
- Vpn
Authentication []stringTypes - VPN authentication types for the VpnServerConfiguration.
- Vpn
Client []IpsecIpsec Policies Policy Response - VpnClientIpsecPolicies for VpnServerConfiguration.
- Vpn
Client []VpnRevoked Certificates Server Config Vpn Client Revoked Certificate Response - VPN client revoked certificate of VpnServerConfiguration.
- Vpn
Client []VpnRoot Certificates Server Config Vpn Client Root Certificate Response - VPN client root certificate of VpnServerConfiguration.
- Vpn
Protocols []string - VPN protocols for the VpnServerConfiguration.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- name String
- Resource name.
- p2SVpn
Gateways List<P2SVpnGateway Response> - List of references to P2SVpnGateways.
- provisioning
State String - The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
- type String
- Resource type.
- aad
Authentication AadParameters Authentication Parameters Response - The set of aad vpn authentication parameters.
- configuration
Policy List<VpnGroups Server Configuration Policy Group Response> - List of all VpnServerConfigurationPolicyGroups.
- id String
- Resource ID.
- location String
- Resource location.
- radius
Client List<VpnRoot Certificates Server Config Radius Client Root Certificate Response> - Radius client root certificate of VpnServerConfiguration.
- radius
Server StringAddress - The radius server address property of the VpnServerConfiguration resource for point to site client connection.
- radius
Server List<VpnRoot Certificates Server Config Radius Server Root Certificate Response> - Radius Server root certificate of VpnServerConfiguration.
- radius
Server StringSecret - The radius secret property of the VpnServerConfiguration resource for point to site client connection.
- radius
Servers List<RadiusServer Response> - Multiple Radius Server configuration for VpnServerConfiguration.
- Map<String,String>
- Resource tags.
- vpn
Authentication List<String>Types - VPN authentication types for the VpnServerConfiguration.
- vpn
Client List<IpsecIpsec Policies Policy Response> - VpnClientIpsecPolicies for VpnServerConfiguration.
- vpn
Client List<VpnRevoked Certificates Server Config Vpn Client Revoked Certificate Response> - VPN client revoked certificate of VpnServerConfiguration.
- vpn
Client List<VpnRoot Certificates Server Config Vpn Client Root Certificate Response> - VPN client root certificate of VpnServerConfiguration.
- vpn
Protocols 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.
- p2SVpn
Gateways P2SVpnGateway Response[] - List of references to P2SVpnGateways.
- provisioning
State string - The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
- type string
- Resource type.
- aad
Authentication AadParameters Authentication Parameters Response - The set of aad vpn authentication parameters.
- configuration
Policy VpnGroups Server Configuration Policy Group Response[] - List of all VpnServerConfigurationPolicyGroups.
- id string
- Resource ID.
- location string
- Resource location.
- radius
Client VpnRoot Certificates Server Config Radius Client Root Certificate Response[] - Radius client root certificate of VpnServerConfiguration.
- radius
Server stringAddress - The radius server address property of the VpnServerConfiguration resource for point to site client connection.
- radius
Server VpnRoot Certificates Server Config Radius Server Root Certificate Response[] - Radius Server root certificate of VpnServerConfiguration.
- radius
Server stringSecret - The radius secret property of the VpnServerConfiguration resource for point to site client connection.
- radius
Servers RadiusServer Response[] - Multiple Radius Server configuration for VpnServerConfiguration.
- {[key: string]: string}
- Resource tags.
- vpn
Authentication string[]Types - VPN authentication types for the VpnServerConfiguration.
- vpn
Client IpsecIpsec Policies Policy Response[] - VpnClientIpsecPolicies for VpnServerConfiguration.
- vpn
Client VpnRevoked Certificates Server Config Vpn Client Revoked Certificate Response[] - VPN client revoked certificate of VpnServerConfiguration.
- vpn
Client VpnRoot Certificates Server Config Vpn Client Root Certificate Response[] - VPN client root certificate of VpnServerConfiguration.
- vpn
Protocols 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_ Sequence[P2SVpnvpn_ gateways Gateway Response] - 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_ Aadparameters Authentication Parameters Response - The set of aad vpn authentication parameters.
- configuration_
policy_ Sequence[Vpngroups Server Configuration Policy Group Response] - List of all VpnServerConfigurationPolicyGroups.
- id str
- Resource ID.
- location str
- Resource location.
- radius_
client_ Sequence[Vpnroot_ certificates Server Config Radius Client Root Certificate Response] - Radius client root certificate of VpnServerConfiguration.
- radius_
server_ straddress - The radius server address property of the VpnServerConfiguration resource for point to site client connection.
- radius_
server_ Sequence[Vpnroot_ certificates Server Config Radius Server Root Certificate Response] - Radius Server root certificate of VpnServerConfiguration.
- radius_
server_ strsecret - The radius secret property of the VpnServerConfiguration resource for point to site client connection.
- radius_
servers Sequence[RadiusServer Response] - Multiple Radius Server configuration for VpnServerConfiguration.
- Mapping[str, str]
- Resource tags.
- vpn_
authentication_ Sequence[str]types - VPN authentication types for the VpnServerConfiguration.
- vpn_
client_ Sequence[Ipsecipsec_ policies Policy Response] - VpnClientIpsecPolicies for VpnServerConfiguration.
- vpn_
client_ Sequence[Vpnrevoked_ certificates Server Config Vpn Client Revoked Certificate Response] - VPN client revoked certificate of VpnServerConfiguration.
- vpn_
client_ Sequence[Vpnroot_ certificates Server Config Vpn Client Root Certificate Response] - 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.
- p2SVpn
Gateways List<Property Map> - List of references to P2SVpnGateways.
- provisioning
State String - The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
- type String
- Resource type.
- aad
Authentication Property MapParameters - The set of aad vpn authentication parameters.
- configuration
Policy List<Property Map>Groups - List of all VpnServerConfigurationPolicyGroups.
- id String
- Resource ID.
- location String
- Resource location.
- radius
Client List<Property Map>Root Certificates - Radius client root certificate of VpnServerConfiguration.
- radius
Server StringAddress - The radius server address property of the VpnServerConfiguration resource for point to site client connection.
- radius
Server List<Property Map>Root Certificates - Radius Server root certificate of VpnServerConfiguration.
- radius
Server StringSecret - The radius secret property of the VpnServerConfiguration resource for point to site client connection.
- radius
Servers List<Property Map> - Multiple Radius Server configuration for VpnServerConfiguration.
- Map<String>
- Resource tags.
- vpn
Authentication List<String>Types - VPN authentication types for the VpnServerConfiguration.
- vpn
Client List<Property Map>Ipsec Policies - VpnClientIpsecPolicies for VpnServerConfiguration.
- vpn
Client List<Property Map>Revoked Certificates - VPN client revoked certificate of VpnServerConfiguration.
- vpn
Client List<Property Map>Root Certificates - VPN client root certificate of VpnServerConfiguration.
- vpn
Protocols List<String> - VPN protocols for the VpnServerConfiguration.
Supporting Types
AadAuthenticationParametersResponse
- Aad
Audience string - AAD Vpn authentication parameter AAD audience.
- Aad
Issuer string - AAD Vpn authentication parameter AAD issuer.
- Aad
Tenant string - AAD Vpn authentication parameter AAD tenant.
- Aad
Audience string - AAD Vpn authentication parameter AAD audience.
- Aad
Issuer string - AAD Vpn authentication parameter AAD issuer.
- Aad
Tenant string - AAD Vpn authentication parameter AAD tenant.
- aad
Audience String - AAD Vpn authentication parameter AAD audience.
- aad
Issuer String - AAD Vpn authentication parameter AAD issuer.
- aad
Tenant String - AAD Vpn authentication parameter AAD tenant.
- aad
Audience string - AAD Vpn authentication parameter AAD audience.
- aad
Issuer string - AAD Vpn authentication parameter AAD issuer.
- aad
Tenant 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.
- aad
Audience String - AAD Vpn authentication parameter AAD audience.
- aad
Issuer String - AAD Vpn authentication parameter AAD issuer.
- aad
Tenant String - AAD Vpn authentication parameter AAD tenant.
AddressSpaceResponse
- Address
Prefixes List<string> - A list of address blocks reserved for this virtual network in CIDR notation.
- Address
Prefixes []string - A list of address blocks reserved for this virtual network in CIDR notation.
- address
Prefixes List<String> - A list of address blocks reserved for this virtual network in CIDR notation.
- address
Prefixes 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.
- address
Prefixes List<String> - A list of address blocks reserved for this virtual network in CIDR notation.
IpsecPolicyResponse
- Dh
Group This property is required. string - The DH Group used in IKE Phase 1 for initial SA.
- Ike
Encryption This property is required. string - The IKE encryption algorithm (IKE phase 2).
- Ike
Integrity This property is required. string - The IKE integrity algorithm (IKE phase 2).
- Ipsec
Encryption This property is required. string - The IPSec encryption algorithm (IKE phase 1).
- Ipsec
Integrity This property is required. string - The IPSec integrity algorithm (IKE phase 1).
- Pfs
Group This property is required. string - 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.
- Dh
Group This property is required. string - The DH Group used in IKE Phase 1 for initial SA.
- Ike
Encryption This property is required. string - The IKE encryption algorithm (IKE phase 2).
- Ike
Integrity This property is required. string - The IKE integrity algorithm (IKE phase 2).
- Ipsec
Encryption This property is required. string - The IPSec encryption algorithm (IKE phase 1).
- Ipsec
Integrity This property is required. string - The IPSec integrity algorithm (IKE phase 1).
- Pfs
Group This property is required. string - 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.
- dh
Group This property is required. String - The DH Group used in IKE Phase 1 for initial SA.
- ike
Encryption This property is required. String - The IKE encryption algorithm (IKE phase 2).
- ike
Integrity This property is required. String - The IKE integrity algorithm (IKE phase 2).
- ipsec
Encryption This property is required. String - The IPSec encryption algorithm (IKE phase 1).
- ipsec
Integrity This property is required. String - The IPSec integrity algorithm (IKE phase 1).
- pfs
Group This property is required. String - The Pfs Group used in IKE Phase 2 for new child SA.
- sa
Data Size Kilobytes 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.
- sa
Life Time Seconds 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.
- dh
Group This property is required. string - The DH Group used in IKE Phase 1 for initial SA.
- ike
Encryption This property is required. string - The IKE encryption algorithm (IKE phase 2).
- ike
Integrity This property is required. string - The IKE integrity algorithm (IKE phase 2).
- ipsec
Encryption This property is required. string - The IPSec encryption algorithm (IKE phase 1).
- ipsec
Integrity This property is required. string - The IPSec integrity algorithm (IKE phase 1).
- pfs
Group This property is required. string - The Pfs Group used in IKE Phase 2 for new child SA.
- sa
Data Size Kilobytes 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.
- sa
Life Time Seconds 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.
- dh
Group This property is required. String - The DH Group used in IKE Phase 1 for initial SA.
- ike
Encryption This property is required. String - The IKE encryption algorithm (IKE phase 2).
- ike
Integrity This property is required. String - The IKE integrity algorithm (IKE phase 2).
- ipsec
Encryption This property is required. String - The IPSec encryption algorithm (IKE phase 1).
- ipsec
Integrity This property is required. String - The IPSec integrity algorithm (IKE phase 1).
- pfs
Group This property is required. String - The Pfs Group used in IKE Phase 2 for new child SA.
- sa
Data Size Kilobytes 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.
- sa
Life Time Seconds 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
- Configuration
Policy Group Associations This property is required. List<Pulumi.Azure Native. Network. Inputs. Sub Resource Response> - 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.
- Previous
Configuration Policy Group Associations This property is required. List<Pulumi.Azure Native. Network. Inputs. Vpn Server Configuration Policy Group Response> - List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
- Provisioning
State This property is required. 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 Group Associations This property is required. []SubResource Response - 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.
- Previous
Configuration Policy Group Associations This property is required. []VpnServer Configuration Policy Group Response - List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
- Provisioning
State This property is required. 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 Group Associations This property is required. List<SubResource Response> - 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.
- previous
Configuration Policy Group Associations This property is required. List<VpnServer Configuration Policy Group Response> - List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
- provisioning
State This property is required. 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 Group Associations This property is required. SubResource Response[] - 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.
- previous
Configuration Policy Group Associations This property is required. VpnServer Configuration Policy Group Response[] - List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
- provisioning
State This property is required. 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_ group_ associations This property is required. Sequence[SubResource Response] - 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[VpnServer Configuration Policy Group Response] - 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_ 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 Group Associations 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.
- previous
Configuration Policy Group Associations This property is required. List<Property Map> - List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
- provisioning
State This property is required. 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.
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.
- Provisioning
State This property is required. string - The provisioning state of the P2S VPN gateway resource.
- Type
This property is required. string - Resource type.
- Vpn
Client Connection Health This property is required. Pulumi.Azure Native. Network. Inputs. 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. Inputs. P2SConnection Configuration Response> - List of all p2s connection configurations of the gateway.
- Dictionary<string, string>
- Resource tags.
- Virtual
Hub Pulumi.Azure Native. Network. Inputs. 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. Inputs. Sub Resource Response - 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.
- Provisioning
State This property is required. string - The provisioning state of the P2S VPN gateway resource.
- Type
This property is required. string - Resource type.
- Vpn
Client Connection Health This property is required. VpnClient 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
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.
- provisioning
State This property is required. String - The provisioning state of the P2S VPN gateway resource.
- type
This property is required. String - Resource type.
- vpn
Client Connection Health This property is required. VpnClient 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
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.
- provisioning
State This property is required. string - The provisioning state of the P2S VPN gateway resource.
- type
This property is required. string - Resource type.
- vpn
Client Connection Health This property is required. VpnClient 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
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. VpnClient 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
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.
- provisioning
State This property is required. String - The provisioning state of the P2S VPN gateway resource.
- type
This property is required. String - Resource type.
- vpn
Client Connection Health This property is required. Property Map - 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.
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.
RadiusServerResponse
- Radius
Server Address This property is required. string - The address of this radius server.
- Radius
Server doubleScore - The initial score assigned to this radius server.
- Radius
Server stringSecret - The secret used for this radius server.
- Radius
Server Address This property is required. string - The address of this radius server.
- Radius
Server float64Score - The initial score assigned to this radius server.
- Radius
Server stringSecret - The secret used for this radius server.
- radius
Server Address This property is required. String - The address of this radius server.
- radius
Server DoubleScore - The initial score assigned to this radius server.
- radius
Server StringSecret - The secret used for this radius server.
- radius
Server Address This property is required. string - The address of this radius server.
- radius
Server numberScore - The initial score assigned to this radius server.
- radius
Server stringSecret - The secret used for this radius server.
- radius_
server_ address This property is required. str - The address of this radius server.
- radius_
server_ floatscore - The initial score assigned to this radius server.
- radius_
server_ strsecret - The secret used for this radius server.
- radius
Server Address This property is required. String - The address of this radius server.
- radius
Server NumberScore - The initial score assigned to this radius server.
- radius
Server StringSecret - The secret used for this radius server.
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 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 stringRoute Override Criteria - 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 stringRoute Override Criteria - Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
- propagate
Static Routes This property is required. Boolean - 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 Routes This property is required. boolean - 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_ 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_ strroute_ override_ criteria - Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
- propagate
Static Routes This property is required. Boolean - 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
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
- Bgp
Connections This property is required. 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 This property is required. []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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 Bytes Transferred This property is required. double - Total of the Egress Bytes Transferred in this connection.
- Total
Ingress Bytes Transferred This property is required. double - 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 Bytes Transferred This property is required. float64 - Total of the Egress Bytes Transferred in this connection.
- Total
Ingress Bytes Transferred This property is required. float64 - 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 Bytes Transferred This property is required. Double - Total of the Egress Bytes Transferred in this connection.
- total
Ingress Bytes Transferred This property is required. Double - 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 Bytes Transferred This property is required. number - Total of the Egress Bytes Transferred in this connection.
- total
Ingress Bytes Transferred This property is required. number - 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_ 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_ 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 Bytes Transferred This property is required. Number - Total of the Egress Bytes Transferred in this connection.
- total
Ingress Bytes Transferred This property is required. Number - 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.
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.
- Public
Cert stringData - The certificate public data.
- Name string
- The certificate name.
- Public
Cert stringData - The certificate public data.
- name String
- The certificate name.
- public
Cert StringData - The certificate public data.
- name string
- The certificate name.
- public
Cert stringData - The certificate public data.
- name str
- The certificate name.
- public_
cert_ strdata - The certificate public data.
- name String
- The certificate name.
- public
Cert StringData - 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.
- Public
Cert stringData - The certificate public data.
- Name string
- The certificate name.
- Public
Cert stringData - The certificate public data.
- name String
- The certificate name.
- public
Cert StringData - The certificate public data.
- name string
- The certificate name.
- public
Cert stringData - The certificate public data.
- name str
- The certificate name.
- public_
cert_ strdata - The certificate public data.
- name String
- The certificate name.
- public
Cert StringData - The certificate public data.
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
This property is required. string - A unique read-only string that changes whenever the resource is updated.
- P2SConnection
Configurations This property is required. List<Pulumi.Azure Native. Network. Inputs. Sub Resource Response> - List of references to P2SConnectionConfigurations.
- Provisioning
State This property is required. string - The provisioning state of the VpnServerConfigurationPolicyGroup resource.
- Type
This property is required. 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
This property is required. string - A unique read-only string that changes whenever the resource is updated.
- P2SConnection
Configurations This property is required. []SubResource Response - List of references to P2SConnectionConfigurations.
- Provisioning
State This property is required. string - The provisioning state of the VpnServerConfigurationPolicyGroup resource.
- Type
This property is required. 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
This property is required. String - A unique read-only string that changes whenever the resource is updated.
- p2SConnection
Configurations This property is required. List<SubResource Response> - List of references to P2SConnectionConfigurations.
- provisioning
State This property is required. String - The provisioning state of the VpnServerConfigurationPolicyGroup resource.
- type
This property is required. 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
This property is required. string - A unique read-only string that changes whenever the resource is updated.
- p2SConnection
Configurations This property is required. SubResource Response[] - List of references to P2SConnectionConfigurations.
- provisioning
State This property is required. string - The provisioning state of the VpnServerConfigurationPolicyGroup resource.
- type
This property is required. 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
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[SubResource Response] - 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[VpnServer Configuration Policy Group Member Response] - 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.
- p2SConnection
Configurations This property is required. List<Property Map> - List of references to P2SConnectionConfigurations.
- provisioning
State This property is required. String - The provisioning state of the VpnServerConfigurationPolicyGroup resource.
- type
This property is required. 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-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