azure-native.network.VpnServerConfiguration
Explore with Pulumi AI
VpnServerConfiguration Resource. API Version: 2020-11-01.
Example Usage
VpnServerConfigurationCreate
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var vpnServerConfiguration = new AzureNative.Network.VpnServerConfiguration("vpnServerConfiguration", new()
{
Location = "West US",
RadiusClientRootCertificates = new[]
{
new AzureNative.Network.Inputs.VpnServerConfigRadiusClientRootCertificateArgs
{
Name = "vpnServerConfigRadiusClientRootCert1",
Thumbprint = "83FFBFC8848B5A5836C94D0112367E16148A286F",
},
},
RadiusServerRootCertificates = new[]
{
new AzureNative.Network.Inputs.VpnServerConfigRadiusServerRootCertificateArgs
{
Name = "vpnServerConfigRadiusServerRootCer1",
PublicCertData = "MIIC5zCCAc+gAwIBAgIQErQ0Hk4aDJxIA+Q5RagB+jANBgkqhkiG9w0BAQsFADAWMRQwEgYDVQQDDAtQMlNSb290Q2VydDAeFw0xNzEyMTQyMTA3MzhaFw0xODEyMTQyMTI3MzhaMBYxFDASBgNVBAMMC1AyU1Jvb3RDZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArP7/NQXmW7cQ/ZR1mv3Y3I29Lt7HTOqzo/1KUOoVH3NItbQIRAQbwKy3UWrOFz4eGNX2GWtNRMdCyWsKeqy9Ltsdfcm1IbKXkl84DFeU/ZacXu4Dl3xX3gV5du4TLZjEowJELyur11Ea2YcjPRQ/FzAF9/hGuboS1HZQEPLx4FdUs9OxCYOtc0MxBCwLfVTTRqarb0Ne+arNYd4kCzIhAke1nOyKAJBda5ZL+VHy3S5S8qGlD46jm8HXugmAkUygS4oIIXOmj/1O9sNAi3LN60zufSzCmP8Rm/iUGX+DHAGGiXxwZOKQLEDaZXKqoHjMPP0XudmSWwOIbyeQVrLhkwIDAQABozEwLzAOBgNVHQ8BAf8EBAMCAgQwHQYDVR0OBBYEFEfeNU2trYxNLF9ONmuJUsT13pKDMA0GCSqGSIb3DQEBCwUAA4IBAQBmM6RJzsGGipxyMhimHKN2xlkejhVsgBoTAhOU0llW9aUSwINJ9zFUGgI8IzUFy1VG776fchHp0LMRmPSIUYk5btEPxbsrPtumPuMH8EQGrS+Rt4pD+78c8H1fEPkq5CmDl/PKu4JoFGv+aFcE+Od0hlILstIF10Qysf++QXDolKfzJa/56bgMeYKFiju73loiRM57ns8ddXpfLl792UVpRkFU62LNns6Y1LKTwapmUF4IvIuAIzd6LZNOQng64LAKXtKnViJ1JQiXwf4CEzhgvAti3/ejpb3U90hsrUcyZi6wBv9bZLcAJRWpz61JNYliM1d1grSwQDKGXNQE4xuM",
},
},
RadiusServers = new[]
{
new AzureNative.Network.Inputs.RadiusServerArgs
{
RadiusServerAddress = "10.0.0.0",
RadiusServerScore = 25,
RadiusServerSecret = "radiusServerSecret",
},
},
ResourceGroupName = "rg1",
Tags =
{
{ "key1", "value1" },
},
VpnClientIpsecPolicies = new[]
{
new AzureNative.Network.Inputs.IpsecPolicyArgs
{
DhGroup = "DHGroup14",
IkeEncryption = "AES256",
IkeIntegrity = "SHA384",
IpsecEncryption = "AES256",
IpsecIntegrity = "SHA256",
PfsGroup = "PFS14",
SaDataSizeKilobytes = 429497,
SaLifeTimeSeconds = 86472,
},
},
VpnClientRevokedCertificates = new[]
{
new AzureNative.Network.Inputs.VpnServerConfigVpnClientRevokedCertificateArgs
{
Name = "vpnServerConfigVpnClientRevokedCert1",
Thumbprint = "83FFBFC8848B5A5836C94D0112367E16148A286F",
},
},
VpnClientRootCertificates = new[]
{
new AzureNative.Network.Inputs.VpnServerConfigVpnClientRootCertificateArgs
{
Name = "vpnServerConfigVpnClientRootCert1",
PublicCertData = "MIIC5zCCAc+gAwIBAgIQErQ0Hk4aDJxIA+Q5RagB+jANBgkqhkiG9w0BAQsFADAWMRQwEgYDVQQDDAtQMlNSb290Q2VydDAeFw0xNzEyMTQyMTA3MzhaFw0xODEyMTQyMTI3MzhaMBYxFDASBgNVBAMMC1AyU1Jvb3RDZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArP7/NQXmW7cQ/ZR1mv3Y3I29Lt7HTOqzo/1KUOoVH3NItbQIRAQbwKy3UWrOFz4eGNX2GWtNRMdCyWsKeqy9Ltsdfcm1IbKXkl84DFeU/ZacXu4Dl3xX3gV5du4TLZjEowJELyur11Ea2YcjPRQ/FzAF9/hGuboS1HZQEPLx4FdUs9OxCYOtc0MxBCwLfVTTRqarb0Ne+arNYd4kCzIhAke1nOyKAJBda5ZL+VHy3S5S8qGlD46jm8HXugmAkUygS4oIIXOmj/1O9sNAi3LN60zufSzCmP8Rm/iUGX+DHAGGiXxwZOKQLEDaZXKqoHjMPP0XudmSWwOIbyeQVrLhkwIDAQABozEwLzAOBgNVHQ8BAf8EBAMCAgQwHQYDVR0OBBYEFEfeNU2trYxNLF9ONmuJUsT13pKDMA0GCSqGSIb3DQEBCwUAA4IBAQBmM6RJzsGGipxyMhimHKN2xlkejhVsgBoTAhOU0llW9aUSwINJ9zFUGgI8IzUFy1VG776fchHp0LMRmPSIUYk5btEPxbsrPtumPuMH8EQGrS+Rt4pD+78c8H1fEPkq5CmDl/PKu4JoFGv+aFcE+Od0hlILstIF10Qysf++QXDolKfzJa/56bgMeYKFiju73loiRM57ns8ddXpfLl792UVpRkFU62LNns6Y1LKTwapmUF4IvIuAIzd6LZNOQng64LAKXtKnViJ1JQiXwf4CEzhgvAti3/ejpb3U90hsrUcyZi6wBv9bZLcAJRWpz61JNYliM1d1grSwQDKGXNQE4xuN",
},
},
VpnProtocols = new[]
{
"IkeV2",
},
VpnServerConfigurationName = "vpnServerConfiguration1",
});
});
package main
import (
network "github.com/pulumi/pulumi-azure-native-sdk/network"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := network.NewVpnServerConfiguration(ctx, "vpnServerConfiguration", &network.VpnServerConfigurationArgs{
Location: pulumi.String("West US"),
RadiusClientRootCertificates: []network.VpnServerConfigRadiusClientRootCertificateArgs{
{
Name: pulumi.String("vpnServerConfigRadiusClientRootCert1"),
Thumbprint: pulumi.String("83FFBFC8848B5A5836C94D0112367E16148A286F"),
},
},
RadiusServerRootCertificates: []network.VpnServerConfigRadiusServerRootCertificateArgs{
{
Name: pulumi.String("vpnServerConfigRadiusServerRootCer1"),
PublicCertData: pulumi.String("MIIC5zCCAc+gAwIBAgIQErQ0Hk4aDJxIA+Q5RagB+jANBgkqhkiG9w0BAQsFADAWMRQwEgYDVQQDDAtQMlNSb290Q2VydDAeFw0xNzEyMTQyMTA3MzhaFw0xODEyMTQyMTI3MzhaMBYxFDASBgNVBAMMC1AyU1Jvb3RDZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArP7/NQXmW7cQ/ZR1mv3Y3I29Lt7HTOqzo/1KUOoVH3NItbQIRAQbwKy3UWrOFz4eGNX2GWtNRMdCyWsKeqy9Ltsdfcm1IbKXkl84DFeU/ZacXu4Dl3xX3gV5du4TLZjEowJELyur11Ea2YcjPRQ/FzAF9/hGuboS1HZQEPLx4FdUs9OxCYOtc0MxBCwLfVTTRqarb0Ne+arNYd4kCzIhAke1nOyKAJBda5ZL+VHy3S5S8qGlD46jm8HXugmAkUygS4oIIXOmj/1O9sNAi3LN60zufSzCmP8Rm/iUGX+DHAGGiXxwZOKQLEDaZXKqoHjMPP0XudmSWwOIbyeQVrLhkwIDAQABozEwLzAOBgNVHQ8BAf8EBAMCAgQwHQYDVR0OBBYEFEfeNU2trYxNLF9ONmuJUsT13pKDMA0GCSqGSIb3DQEBCwUAA4IBAQBmM6RJzsGGipxyMhimHKN2xlkejhVsgBoTAhOU0llW9aUSwINJ9zFUGgI8IzUFy1VG776fchHp0LMRmPSIUYk5btEPxbsrPtumPuMH8EQGrS+Rt4pD+78c8H1fEPkq5CmDl/PKu4JoFGv+aFcE+Od0hlILstIF10Qysf++QXDolKfzJa/56bgMeYKFiju73loiRM57ns8ddXpfLl792UVpRkFU62LNns6Y1LKTwapmUF4IvIuAIzd6LZNOQng64LAKXtKnViJ1JQiXwf4CEzhgvAti3/ejpb3U90hsrUcyZi6wBv9bZLcAJRWpz61JNYliM1d1grSwQDKGXNQE4xuM"),
},
},
RadiusServers: []network.RadiusServerArgs{
{
RadiusServerAddress: pulumi.String("10.0.0.0"),
RadiusServerScore: pulumi.Float64(25),
RadiusServerSecret: pulumi.String("radiusServerSecret"),
},
},
ResourceGroupName: pulumi.String("rg1"),
Tags: pulumi.StringMap{
"key1": pulumi.String("value1"),
},
VpnClientIpsecPolicies: []network.IpsecPolicyArgs{
{
DhGroup: pulumi.String("DHGroup14"),
IkeEncryption: pulumi.String("AES256"),
IkeIntegrity: pulumi.String("SHA384"),
IpsecEncryption: pulumi.String("AES256"),
IpsecIntegrity: pulumi.String("SHA256"),
PfsGroup: pulumi.String("PFS14"),
SaDataSizeKilobytes: pulumi.Int(429497),
SaLifeTimeSeconds: pulumi.Int(86472),
},
},
VpnClientRevokedCertificates: []network.VpnServerConfigVpnClientRevokedCertificateArgs{
{
Name: pulumi.String("vpnServerConfigVpnClientRevokedCert1"),
Thumbprint: pulumi.String("83FFBFC8848B5A5836C94D0112367E16148A286F"),
},
},
VpnClientRootCertificates: []network.VpnServerConfigVpnClientRootCertificateArgs{
{
Name: pulumi.String("vpnServerConfigVpnClientRootCert1"),
PublicCertData: pulumi.String("MIIC5zCCAc+gAwIBAgIQErQ0Hk4aDJxIA+Q5RagB+jANBgkqhkiG9w0BAQsFADAWMRQwEgYDVQQDDAtQMlNSb290Q2VydDAeFw0xNzEyMTQyMTA3MzhaFw0xODEyMTQyMTI3MzhaMBYxFDASBgNVBAMMC1AyU1Jvb3RDZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArP7/NQXmW7cQ/ZR1mv3Y3I29Lt7HTOqzo/1KUOoVH3NItbQIRAQbwKy3UWrOFz4eGNX2GWtNRMdCyWsKeqy9Ltsdfcm1IbKXkl84DFeU/ZacXu4Dl3xX3gV5du4TLZjEowJELyur11Ea2YcjPRQ/FzAF9/hGuboS1HZQEPLx4FdUs9OxCYOtc0MxBCwLfVTTRqarb0Ne+arNYd4kCzIhAke1nOyKAJBda5ZL+VHy3S5S8qGlD46jm8HXugmAkUygS4oIIXOmj/1O9sNAi3LN60zufSzCmP8Rm/iUGX+DHAGGiXxwZOKQLEDaZXKqoHjMPP0XudmSWwOIbyeQVrLhkwIDAQABozEwLzAOBgNVHQ8BAf8EBAMCAgQwHQYDVR0OBBYEFEfeNU2trYxNLF9ONmuJUsT13pKDMA0GCSqGSIb3DQEBCwUAA4IBAQBmM6RJzsGGipxyMhimHKN2xlkejhVsgBoTAhOU0llW9aUSwINJ9zFUGgI8IzUFy1VG776fchHp0LMRmPSIUYk5btEPxbsrPtumPuMH8EQGrS+Rt4pD+78c8H1fEPkq5CmDl/PKu4JoFGv+aFcE+Od0hlILstIF10Qysf++QXDolKfzJa/56bgMeYKFiju73loiRM57ns8ddXpfLl792UVpRkFU62LNns6Y1LKTwapmUF4IvIuAIzd6LZNOQng64LAKXtKnViJ1JQiXwf4CEzhgvAti3/ejpb3U90hsrUcyZi6wBv9bZLcAJRWpz61JNYliM1d1grSwQDKGXNQE4xuN"),
},
},
VpnProtocols: pulumi.StringArray{
pulumi.String("IkeV2"),
},
VpnServerConfigurationName: pulumi.String("vpnServerConfiguration1"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.network.VpnServerConfiguration;
import com.pulumi.azurenative.network.VpnServerConfigurationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var vpnServerConfiguration = new VpnServerConfiguration("vpnServerConfiguration", VpnServerConfigurationArgs.builder()
.location("West US")
.radiusClientRootCertificates(Map.ofEntries(
Map.entry("name", "vpnServerConfigRadiusClientRootCert1"),
Map.entry("thumbprint", "83FFBFC8848B5A5836C94D0112367E16148A286F")
))
.radiusServerRootCertificates(Map.ofEntries(
Map.entry("name", "vpnServerConfigRadiusServerRootCer1"),
Map.entry("publicCertData", "MIIC5zCCAc+gAwIBAgIQErQ0Hk4aDJxIA+Q5RagB+jANBgkqhkiG9w0BAQsFADAWMRQwEgYDVQQDDAtQMlNSb290Q2VydDAeFw0xNzEyMTQyMTA3MzhaFw0xODEyMTQyMTI3MzhaMBYxFDASBgNVBAMMC1AyU1Jvb3RDZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArP7/NQXmW7cQ/ZR1mv3Y3I29Lt7HTOqzo/1KUOoVH3NItbQIRAQbwKy3UWrOFz4eGNX2GWtNRMdCyWsKeqy9Ltsdfcm1IbKXkl84DFeU/ZacXu4Dl3xX3gV5du4TLZjEowJELyur11Ea2YcjPRQ/FzAF9/hGuboS1HZQEPLx4FdUs9OxCYOtc0MxBCwLfVTTRqarb0Ne+arNYd4kCzIhAke1nOyKAJBda5ZL+VHy3S5S8qGlD46jm8HXugmAkUygS4oIIXOmj/1O9sNAi3LN60zufSzCmP8Rm/iUGX+DHAGGiXxwZOKQLEDaZXKqoHjMPP0XudmSWwOIbyeQVrLhkwIDAQABozEwLzAOBgNVHQ8BAf8EBAMCAgQwHQYDVR0OBBYEFEfeNU2trYxNLF9ONmuJUsT13pKDMA0GCSqGSIb3DQEBCwUAA4IBAQBmM6RJzsGGipxyMhimHKN2xlkejhVsgBoTAhOU0llW9aUSwINJ9zFUGgI8IzUFy1VG776fchHp0LMRmPSIUYk5btEPxbsrPtumPuMH8EQGrS+Rt4pD+78c8H1fEPkq5CmDl/PKu4JoFGv+aFcE+Od0hlILstIF10Qysf++QXDolKfzJa/56bgMeYKFiju73loiRM57ns8ddXpfLl792UVpRkFU62LNns6Y1LKTwapmUF4IvIuAIzd6LZNOQng64LAKXtKnViJ1JQiXwf4CEzhgvAti3/ejpb3U90hsrUcyZi6wBv9bZLcAJRWpz61JNYliM1d1grSwQDKGXNQE4xuM")
))
.radiusServers(Map.ofEntries(
Map.entry("radiusServerAddress", "10.0.0.0"),
Map.entry("radiusServerScore", 25),
Map.entry("radiusServerSecret", "radiusServerSecret")
))
.resourceGroupName("rg1")
.tags(Map.of("key1", "value1"))
.vpnClientIpsecPolicies(Map.ofEntries(
Map.entry("dhGroup", "DHGroup14"),
Map.entry("ikeEncryption", "AES256"),
Map.entry("ikeIntegrity", "SHA384"),
Map.entry("ipsecEncryption", "AES256"),
Map.entry("ipsecIntegrity", "SHA256"),
Map.entry("pfsGroup", "PFS14"),
Map.entry("saDataSizeKilobytes", 429497),
Map.entry("saLifeTimeSeconds", 86472)
))
.vpnClientRevokedCertificates(Map.ofEntries(
Map.entry("name", "vpnServerConfigVpnClientRevokedCert1"),
Map.entry("thumbprint", "83FFBFC8848B5A5836C94D0112367E16148A286F")
))
.vpnClientRootCertificates(Map.ofEntries(
Map.entry("name", "vpnServerConfigVpnClientRootCert1"),
Map.entry("publicCertData", "MIIC5zCCAc+gAwIBAgIQErQ0Hk4aDJxIA+Q5RagB+jANBgkqhkiG9w0BAQsFADAWMRQwEgYDVQQDDAtQMlNSb290Q2VydDAeFw0xNzEyMTQyMTA3MzhaFw0xODEyMTQyMTI3MzhaMBYxFDASBgNVBAMMC1AyU1Jvb3RDZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArP7/NQXmW7cQ/ZR1mv3Y3I29Lt7HTOqzo/1KUOoVH3NItbQIRAQbwKy3UWrOFz4eGNX2GWtNRMdCyWsKeqy9Ltsdfcm1IbKXkl84DFeU/ZacXu4Dl3xX3gV5du4TLZjEowJELyur11Ea2YcjPRQ/FzAF9/hGuboS1HZQEPLx4FdUs9OxCYOtc0MxBCwLfVTTRqarb0Ne+arNYd4kCzIhAke1nOyKAJBda5ZL+VHy3S5S8qGlD46jm8HXugmAkUygS4oIIXOmj/1O9sNAi3LN60zufSzCmP8Rm/iUGX+DHAGGiXxwZOKQLEDaZXKqoHjMPP0XudmSWwOIbyeQVrLhkwIDAQABozEwLzAOBgNVHQ8BAf8EBAMCAgQwHQYDVR0OBBYEFEfeNU2trYxNLF9ONmuJUsT13pKDMA0GCSqGSIb3DQEBCwUAA4IBAQBmM6RJzsGGipxyMhimHKN2xlkejhVsgBoTAhOU0llW9aUSwINJ9zFUGgI8IzUFy1VG776fchHp0LMRmPSIUYk5btEPxbsrPtumPuMH8EQGrS+Rt4pD+78c8H1fEPkq5CmDl/PKu4JoFGv+aFcE+Od0hlILstIF10Qysf++QXDolKfzJa/56bgMeYKFiju73loiRM57ns8ddXpfLl792UVpRkFU62LNns6Y1LKTwapmUF4IvIuAIzd6LZNOQng64LAKXtKnViJ1JQiXwf4CEzhgvAti3/ejpb3U90hsrUcyZi6wBv9bZLcAJRWpz61JNYliM1d1grSwQDKGXNQE4xuN")
))
.vpnProtocols("IkeV2")
.vpnServerConfigurationName("vpnServerConfiguration1")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
vpn_server_configuration = azure_native.network.VpnServerConfiguration("vpnServerConfiguration",
location="West US",
radius_client_root_certificates=[azure_native.network.VpnServerConfigRadiusClientRootCertificateArgs(
name="vpnServerConfigRadiusClientRootCert1",
thumbprint="83FFBFC8848B5A5836C94D0112367E16148A286F",
)],
radius_server_root_certificates=[azure_native.network.VpnServerConfigRadiusServerRootCertificateArgs(
name="vpnServerConfigRadiusServerRootCer1",
public_cert_data="MIIC5zCCAc+gAwIBAgIQErQ0Hk4aDJxIA+Q5RagB+jANBgkqhkiG9w0BAQsFADAWMRQwEgYDVQQDDAtQMlNSb290Q2VydDAeFw0xNzEyMTQyMTA3MzhaFw0xODEyMTQyMTI3MzhaMBYxFDASBgNVBAMMC1AyU1Jvb3RDZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArP7/NQXmW7cQ/ZR1mv3Y3I29Lt7HTOqzo/1KUOoVH3NItbQIRAQbwKy3UWrOFz4eGNX2GWtNRMdCyWsKeqy9Ltsdfcm1IbKXkl84DFeU/ZacXu4Dl3xX3gV5du4TLZjEowJELyur11Ea2YcjPRQ/FzAF9/hGuboS1HZQEPLx4FdUs9OxCYOtc0MxBCwLfVTTRqarb0Ne+arNYd4kCzIhAke1nOyKAJBda5ZL+VHy3S5S8qGlD46jm8HXugmAkUygS4oIIXOmj/1O9sNAi3LN60zufSzCmP8Rm/iUGX+DHAGGiXxwZOKQLEDaZXKqoHjMPP0XudmSWwOIbyeQVrLhkwIDAQABozEwLzAOBgNVHQ8BAf8EBAMCAgQwHQYDVR0OBBYEFEfeNU2trYxNLF9ONmuJUsT13pKDMA0GCSqGSIb3DQEBCwUAA4IBAQBmM6RJzsGGipxyMhimHKN2xlkejhVsgBoTAhOU0llW9aUSwINJ9zFUGgI8IzUFy1VG776fchHp0LMRmPSIUYk5btEPxbsrPtumPuMH8EQGrS+Rt4pD+78c8H1fEPkq5CmDl/PKu4JoFGv+aFcE+Od0hlILstIF10Qysf++QXDolKfzJa/56bgMeYKFiju73loiRM57ns8ddXpfLl792UVpRkFU62LNns6Y1LKTwapmUF4IvIuAIzd6LZNOQng64LAKXtKnViJ1JQiXwf4CEzhgvAti3/ejpb3U90hsrUcyZi6wBv9bZLcAJRWpz61JNYliM1d1grSwQDKGXNQE4xuM",
)],
radius_servers=[azure_native.network.RadiusServerArgs(
radius_server_address="10.0.0.0",
radius_server_score=25,
radius_server_secret="radiusServerSecret",
)],
resource_group_name="rg1",
tags={
"key1": "value1",
},
vpn_client_ipsec_policies=[azure_native.network.IpsecPolicyArgs(
dh_group="DHGroup14",
ike_encryption="AES256",
ike_integrity="SHA384",
ipsec_encryption="AES256",
ipsec_integrity="SHA256",
pfs_group="PFS14",
sa_data_size_kilobytes=429497,
sa_life_time_seconds=86472,
)],
vpn_client_revoked_certificates=[azure_native.network.VpnServerConfigVpnClientRevokedCertificateArgs(
name="vpnServerConfigVpnClientRevokedCert1",
thumbprint="83FFBFC8848B5A5836C94D0112367E16148A286F",
)],
vpn_client_root_certificates=[azure_native.network.VpnServerConfigVpnClientRootCertificateArgs(
name="vpnServerConfigVpnClientRootCert1",
public_cert_data="MIIC5zCCAc+gAwIBAgIQErQ0Hk4aDJxIA+Q5RagB+jANBgkqhkiG9w0BAQsFADAWMRQwEgYDVQQDDAtQMlNSb290Q2VydDAeFw0xNzEyMTQyMTA3MzhaFw0xODEyMTQyMTI3MzhaMBYxFDASBgNVBAMMC1AyU1Jvb3RDZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArP7/NQXmW7cQ/ZR1mv3Y3I29Lt7HTOqzo/1KUOoVH3NItbQIRAQbwKy3UWrOFz4eGNX2GWtNRMdCyWsKeqy9Ltsdfcm1IbKXkl84DFeU/ZacXu4Dl3xX3gV5du4TLZjEowJELyur11Ea2YcjPRQ/FzAF9/hGuboS1HZQEPLx4FdUs9OxCYOtc0MxBCwLfVTTRqarb0Ne+arNYd4kCzIhAke1nOyKAJBda5ZL+VHy3S5S8qGlD46jm8HXugmAkUygS4oIIXOmj/1O9sNAi3LN60zufSzCmP8Rm/iUGX+DHAGGiXxwZOKQLEDaZXKqoHjMPP0XudmSWwOIbyeQVrLhkwIDAQABozEwLzAOBgNVHQ8BAf8EBAMCAgQwHQYDVR0OBBYEFEfeNU2trYxNLF9ONmuJUsT13pKDMA0GCSqGSIb3DQEBCwUAA4IBAQBmM6RJzsGGipxyMhimHKN2xlkejhVsgBoTAhOU0llW9aUSwINJ9zFUGgI8IzUFy1VG776fchHp0LMRmPSIUYk5btEPxbsrPtumPuMH8EQGrS+Rt4pD+78c8H1fEPkq5CmDl/PKu4JoFGv+aFcE+Od0hlILstIF10Qysf++QXDolKfzJa/56bgMeYKFiju73loiRM57ns8ddXpfLl792UVpRkFU62LNns6Y1LKTwapmUF4IvIuAIzd6LZNOQng64LAKXtKnViJ1JQiXwf4CEzhgvAti3/ejpb3U90hsrUcyZi6wBv9bZLcAJRWpz61JNYliM1d1grSwQDKGXNQE4xuN",
)],
vpn_protocols=["IkeV2"],
vpn_server_configuration_name="vpnServerConfiguration1")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const vpnServerConfiguration = new azure_native.network.VpnServerConfiguration("vpnServerConfiguration", {
location: "West US",
radiusClientRootCertificates: [{
name: "vpnServerConfigRadiusClientRootCert1",
thumbprint: "83FFBFC8848B5A5836C94D0112367E16148A286F",
}],
radiusServerRootCertificates: [{
name: "vpnServerConfigRadiusServerRootCer1",
publicCertData: "MIIC5zCCAc+gAwIBAgIQErQ0Hk4aDJxIA+Q5RagB+jANBgkqhkiG9w0BAQsFADAWMRQwEgYDVQQDDAtQMlNSb290Q2VydDAeFw0xNzEyMTQyMTA3MzhaFw0xODEyMTQyMTI3MzhaMBYxFDASBgNVBAMMC1AyU1Jvb3RDZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArP7/NQXmW7cQ/ZR1mv3Y3I29Lt7HTOqzo/1KUOoVH3NItbQIRAQbwKy3UWrOFz4eGNX2GWtNRMdCyWsKeqy9Ltsdfcm1IbKXkl84DFeU/ZacXu4Dl3xX3gV5du4TLZjEowJELyur11Ea2YcjPRQ/FzAF9/hGuboS1HZQEPLx4FdUs9OxCYOtc0MxBCwLfVTTRqarb0Ne+arNYd4kCzIhAke1nOyKAJBda5ZL+VHy3S5S8qGlD46jm8HXugmAkUygS4oIIXOmj/1O9sNAi3LN60zufSzCmP8Rm/iUGX+DHAGGiXxwZOKQLEDaZXKqoHjMPP0XudmSWwOIbyeQVrLhkwIDAQABozEwLzAOBgNVHQ8BAf8EBAMCAgQwHQYDVR0OBBYEFEfeNU2trYxNLF9ONmuJUsT13pKDMA0GCSqGSIb3DQEBCwUAA4IBAQBmM6RJzsGGipxyMhimHKN2xlkejhVsgBoTAhOU0llW9aUSwINJ9zFUGgI8IzUFy1VG776fchHp0LMRmPSIUYk5btEPxbsrPtumPuMH8EQGrS+Rt4pD+78c8H1fEPkq5CmDl/PKu4JoFGv+aFcE+Od0hlILstIF10Qysf++QXDolKfzJa/56bgMeYKFiju73loiRM57ns8ddXpfLl792UVpRkFU62LNns6Y1LKTwapmUF4IvIuAIzd6LZNOQng64LAKXtKnViJ1JQiXwf4CEzhgvAti3/ejpb3U90hsrUcyZi6wBv9bZLcAJRWpz61JNYliM1d1grSwQDKGXNQE4xuM",
}],
radiusServers: [{
radiusServerAddress: "10.0.0.0",
radiusServerScore: 25,
radiusServerSecret: "radiusServerSecret",
}],
resourceGroupName: "rg1",
tags: {
key1: "value1",
},
vpnClientIpsecPolicies: [{
dhGroup: "DHGroup14",
ikeEncryption: "AES256",
ikeIntegrity: "SHA384",
ipsecEncryption: "AES256",
ipsecIntegrity: "SHA256",
pfsGroup: "PFS14",
saDataSizeKilobytes: 429497,
saLifeTimeSeconds: 86472,
}],
vpnClientRevokedCertificates: [{
name: "vpnServerConfigVpnClientRevokedCert1",
thumbprint: "83FFBFC8848B5A5836C94D0112367E16148A286F",
}],
vpnClientRootCertificates: [{
name: "vpnServerConfigVpnClientRootCert1",
publicCertData: "MIIC5zCCAc+gAwIBAgIQErQ0Hk4aDJxIA+Q5RagB+jANBgkqhkiG9w0BAQsFADAWMRQwEgYDVQQDDAtQMlNSb290Q2VydDAeFw0xNzEyMTQyMTA3MzhaFw0xODEyMTQyMTI3MzhaMBYxFDASBgNVBAMMC1AyU1Jvb3RDZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArP7/NQXmW7cQ/ZR1mv3Y3I29Lt7HTOqzo/1KUOoVH3NItbQIRAQbwKy3UWrOFz4eGNX2GWtNRMdCyWsKeqy9Ltsdfcm1IbKXkl84DFeU/ZacXu4Dl3xX3gV5du4TLZjEowJELyur11Ea2YcjPRQ/FzAF9/hGuboS1HZQEPLx4FdUs9OxCYOtc0MxBCwLfVTTRqarb0Ne+arNYd4kCzIhAke1nOyKAJBda5ZL+VHy3S5S8qGlD46jm8HXugmAkUygS4oIIXOmj/1O9sNAi3LN60zufSzCmP8Rm/iUGX+DHAGGiXxwZOKQLEDaZXKqoHjMPP0XudmSWwOIbyeQVrLhkwIDAQABozEwLzAOBgNVHQ8BAf8EBAMCAgQwHQYDVR0OBBYEFEfeNU2trYxNLF9ONmuJUsT13pKDMA0GCSqGSIb3DQEBCwUAA4IBAQBmM6RJzsGGipxyMhimHKN2xlkejhVsgBoTAhOU0llW9aUSwINJ9zFUGgI8IzUFy1VG776fchHp0LMRmPSIUYk5btEPxbsrPtumPuMH8EQGrS+Rt4pD+78c8H1fEPkq5CmDl/PKu4JoFGv+aFcE+Od0hlILstIF10Qysf++QXDolKfzJa/56bgMeYKFiju73loiRM57ns8ddXpfLl792UVpRkFU62LNns6Y1LKTwapmUF4IvIuAIzd6LZNOQng64LAKXtKnViJ1JQiXwf4CEzhgvAti3/ejpb3U90hsrUcyZi6wBv9bZLcAJRWpz61JNYliM1d1grSwQDKGXNQE4xuN",
}],
vpnProtocols: ["IkeV2"],
vpnServerConfigurationName: "vpnServerConfiguration1",
});
resources:
vpnServerConfiguration:
type: azure-native:network:VpnServerConfiguration
properties:
location: West US
radiusClientRootCertificates:
- name: vpnServerConfigRadiusClientRootCert1
thumbprint: 83FFBFC8848B5A5836C94D0112367E16148A286F
radiusServerRootCertificates:
- name: vpnServerConfigRadiusServerRootCer1
publicCertData: MIIC5zCCAc+gAwIBAgIQErQ0Hk4aDJxIA+Q5RagB+jANBgkqhkiG9w0BAQsFADAWMRQwEgYDVQQDDAtQMlNSb290Q2VydDAeFw0xNzEyMTQyMTA3MzhaFw0xODEyMTQyMTI3MzhaMBYxFDASBgNVBAMMC1AyU1Jvb3RDZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArP7/NQXmW7cQ/ZR1mv3Y3I29Lt7HTOqzo/1KUOoVH3NItbQIRAQbwKy3UWrOFz4eGNX2GWtNRMdCyWsKeqy9Ltsdfcm1IbKXkl84DFeU/ZacXu4Dl3xX3gV5du4TLZjEowJELyur11Ea2YcjPRQ/FzAF9/hGuboS1HZQEPLx4FdUs9OxCYOtc0MxBCwLfVTTRqarb0Ne+arNYd4kCzIhAke1nOyKAJBda5ZL+VHy3S5S8qGlD46jm8HXugmAkUygS4oIIXOmj/1O9sNAi3LN60zufSzCmP8Rm/iUGX+DHAGGiXxwZOKQLEDaZXKqoHjMPP0XudmSWwOIbyeQVrLhkwIDAQABozEwLzAOBgNVHQ8BAf8EBAMCAgQwHQYDVR0OBBYEFEfeNU2trYxNLF9ONmuJUsT13pKDMA0GCSqGSIb3DQEBCwUAA4IBAQBmM6RJzsGGipxyMhimHKN2xlkejhVsgBoTAhOU0llW9aUSwINJ9zFUGgI8IzUFy1VG776fchHp0LMRmPSIUYk5btEPxbsrPtumPuMH8EQGrS+Rt4pD+78c8H1fEPkq5CmDl/PKu4JoFGv+aFcE+Od0hlILstIF10Qysf++QXDolKfzJa/56bgMeYKFiju73loiRM57ns8ddXpfLl792UVpRkFU62LNns6Y1LKTwapmUF4IvIuAIzd6LZNOQng64LAKXtKnViJ1JQiXwf4CEzhgvAti3/ejpb3U90hsrUcyZi6wBv9bZLcAJRWpz61JNYliM1d1grSwQDKGXNQE4xuM
radiusServers:
- radiusServerAddress: 10.0.0.0
radiusServerScore: 25
radiusServerSecret: radiusServerSecret
resourceGroupName: rg1
tags:
key1: value1
vpnClientIpsecPolicies:
- dhGroup: DHGroup14
ikeEncryption: AES256
ikeIntegrity: SHA384
ipsecEncryption: AES256
ipsecIntegrity: SHA256
pfsGroup: PFS14
saDataSizeKilobytes: 429497
saLifeTimeSeconds: 86472
vpnClientRevokedCertificates:
- name: vpnServerConfigVpnClientRevokedCert1
thumbprint: 83FFBFC8848B5A5836C94D0112367E16148A286F
vpnClientRootCertificates:
- name: vpnServerConfigVpnClientRootCert1
publicCertData: MIIC5zCCAc+gAwIBAgIQErQ0Hk4aDJxIA+Q5RagB+jANBgkqhkiG9w0BAQsFADAWMRQwEgYDVQQDDAtQMlNSb290Q2VydDAeFw0xNzEyMTQyMTA3MzhaFw0xODEyMTQyMTI3MzhaMBYxFDASBgNVBAMMC1AyU1Jvb3RDZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArP7/NQXmW7cQ/ZR1mv3Y3I29Lt7HTOqzo/1KUOoVH3NItbQIRAQbwKy3UWrOFz4eGNX2GWtNRMdCyWsKeqy9Ltsdfcm1IbKXkl84DFeU/ZacXu4Dl3xX3gV5du4TLZjEowJELyur11Ea2YcjPRQ/FzAF9/hGuboS1HZQEPLx4FdUs9OxCYOtc0MxBCwLfVTTRqarb0Ne+arNYd4kCzIhAke1nOyKAJBda5ZL+VHy3S5S8qGlD46jm8HXugmAkUygS4oIIXOmj/1O9sNAi3LN60zufSzCmP8Rm/iUGX+DHAGGiXxwZOKQLEDaZXKqoHjMPP0XudmSWwOIbyeQVrLhkwIDAQABozEwLzAOBgNVHQ8BAf8EBAMCAgQwHQYDVR0OBBYEFEfeNU2trYxNLF9ONmuJUsT13pKDMA0GCSqGSIb3DQEBCwUAA4IBAQBmM6RJzsGGipxyMhimHKN2xlkejhVsgBoTAhOU0llW9aUSwINJ9zFUGgI8IzUFy1VG776fchHp0LMRmPSIUYk5btEPxbsrPtumPuMH8EQGrS+Rt4pD+78c8H1fEPkq5CmDl/PKu4JoFGv+aFcE+Od0hlILstIF10Qysf++QXDolKfzJa/56bgMeYKFiju73loiRM57ns8ddXpfLl792UVpRkFU62LNns6Y1LKTwapmUF4IvIuAIzd6LZNOQng64LAKXtKnViJ1JQiXwf4CEzhgvAti3/ejpb3U90hsrUcyZi6wBv9bZLcAJRWpz61JNYliM1d1grSwQDKGXNQE4xuN
vpnProtocols:
- IkeV2
vpnServerConfigurationName: vpnServerConfiguration1
Create VpnServerConfiguration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new VpnServerConfiguration(name: string, args: VpnServerConfigurationArgs, opts?: CustomResourceOptions);
@overload
def VpnServerConfiguration(resource_name: str,
args: VpnServerConfigurationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def VpnServerConfiguration(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
radius_servers: Optional[Sequence[RadiusServerArgs]] = None,
radius_server_secret: Optional[str] = None,
name: Optional[str] = None,
radius_client_root_certificates: Optional[Sequence[VpnServerConfigRadiusClientRootCertificateArgs]] = None,
id: Optional[str] = None,
radius_server_root_certificates: Optional[Sequence[VpnServerConfigRadiusServerRootCertificateArgs]] = None,
location: Optional[str] = None,
aad_authentication_parameters: Optional[AadAuthenticationParametersArgs] = None,
radius_server_address: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
vpn_authentication_types: Optional[Sequence[Union[str, VpnAuthenticationType]]] = None,
vpn_client_ipsec_policies: Optional[Sequence[IpsecPolicyArgs]] = None,
vpn_client_revoked_certificates: Optional[Sequence[VpnServerConfigVpnClientRevokedCertificateArgs]] = None,
vpn_client_root_certificates: Optional[Sequence[VpnServerConfigVpnClientRootCertificateArgs]] = None,
vpn_protocols: Optional[Sequence[Union[str, VpnGatewayTunnelingProtocol]]] = None,
vpn_server_configuration_name: Optional[str] = None)
func NewVpnServerConfiguration(ctx *Context, name string, args VpnServerConfigurationArgs, opts ...ResourceOption) (*VpnServerConfiguration, error)
public VpnServerConfiguration(string name, VpnServerConfigurationArgs args, CustomResourceOptions? opts = null)
public VpnServerConfiguration(String name, VpnServerConfigurationArgs args)
public VpnServerConfiguration(String name, VpnServerConfigurationArgs args, CustomResourceOptions options)
type: azure-native:network:VpnServerConfiguration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args VpnServerConfigurationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args VpnServerConfigurationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args VpnServerConfigurationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VpnServerConfigurationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VpnServerConfigurationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var vpnServerConfigurationResource = new AzureNative.Network.VpnServerConfiguration("vpnServerConfigurationResource", new()
{
ResourceGroupName = "string",
RadiusServers = new[]
{
{
{ "radiusServerAddress", "string" },
{ "radiusServerScore", 0 },
{ "radiusServerSecret", "string" },
},
},
RadiusServerSecret = "string",
Name = "string",
RadiusClientRootCertificates = new[]
{
{
{ "name", "string" },
{ "thumbprint", "string" },
},
},
Id = "string",
RadiusServerRootCertificates = new[]
{
{
{ "name", "string" },
{ "publicCertData", "string" },
},
},
Location = "string",
AadAuthenticationParameters =
{
{ "aadAudience", "string" },
{ "aadIssuer", "string" },
{ "aadTenant", "string" },
},
RadiusServerAddress = "string",
Tags =
{
{ "string", "string" },
},
VpnAuthenticationTypes = new[]
{
"string",
},
VpnClientIpsecPolicies = new[]
{
{
{ "dhGroup", "string" },
{ "ikeEncryption", "string" },
{ "ikeIntegrity", "string" },
{ "ipsecEncryption", "string" },
{ "ipsecIntegrity", "string" },
{ "pfsGroup", "string" },
{ "saDataSizeKilobytes", 0 },
{ "saLifeTimeSeconds", 0 },
},
},
VpnClientRevokedCertificates = new[]
{
{
{ "name", "string" },
{ "thumbprint", "string" },
},
},
VpnClientRootCertificates = new[]
{
{
{ "name", "string" },
{ "publicCertData", "string" },
},
},
VpnProtocols = new[]
{
"string",
},
VpnServerConfigurationName = "string",
});
example, err := network.NewVpnServerConfiguration(ctx, "vpnServerConfigurationResource", &network.VpnServerConfigurationArgs{
ResourceGroupName: "string",
RadiusServers: []map[string]interface{}{
map[string]interface{}{
"radiusServerAddress": "string",
"radiusServerScore": 0,
"radiusServerSecret": "string",
},
},
RadiusServerSecret: "string",
Name: "string",
RadiusClientRootCertificates: []map[string]interface{}{
map[string]interface{}{
"name": "string",
"thumbprint": "string",
},
},
Id: "string",
RadiusServerRootCertificates: []map[string]interface{}{
map[string]interface{}{
"name": "string",
"publicCertData": "string",
},
},
Location: "string",
AadAuthenticationParameters: map[string]interface{}{
"aadAudience": "string",
"aadIssuer": "string",
"aadTenant": "string",
},
RadiusServerAddress: "string",
Tags: map[string]interface{}{
"string": "string",
},
VpnAuthenticationTypes: []string{
"string",
},
VpnClientIpsecPolicies: []map[string]interface{}{
map[string]interface{}{
"dhGroup": "string",
"ikeEncryption": "string",
"ikeIntegrity": "string",
"ipsecEncryption": "string",
"ipsecIntegrity": "string",
"pfsGroup": "string",
"saDataSizeKilobytes": 0,
"saLifeTimeSeconds": 0,
},
},
VpnClientRevokedCertificates: []map[string]interface{}{
map[string]interface{}{
"name": "string",
"thumbprint": "string",
},
},
VpnClientRootCertificates: []map[string]interface{}{
map[string]interface{}{
"name": "string",
"publicCertData": "string",
},
},
VpnProtocols: []string{
"string",
},
VpnServerConfigurationName: "string",
})
var vpnServerConfigurationResource = new VpnServerConfiguration("vpnServerConfigurationResource", VpnServerConfigurationArgs.builder()
.resourceGroupName("string")
.radiusServers(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.radiusServerSecret("string")
.name("string")
.radiusClientRootCertificates(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.id("string")
.radiusServerRootCertificates(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.location("string")
.aadAuthenticationParameters(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.radiusServerAddress("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.vpnAuthenticationTypes("string")
.vpnClientIpsecPolicies(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.vpnClientRevokedCertificates(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.vpnClientRootCertificates(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.vpnProtocols("string")
.vpnServerConfigurationName("string")
.build());
vpn_server_configuration_resource = azure_native.network.VpnServerConfiguration("vpnServerConfigurationResource",
resource_group_name=string,
radius_servers=[{
radiusServerAddress: string,
radiusServerScore: 0,
radiusServerSecret: string,
}],
radius_server_secret=string,
name=string,
radius_client_root_certificates=[{
name: string,
thumbprint: string,
}],
id=string,
radius_server_root_certificates=[{
name: string,
publicCertData: string,
}],
location=string,
aad_authentication_parameters={
aadAudience: string,
aadIssuer: string,
aadTenant: string,
},
radius_server_address=string,
tags={
string: string,
},
vpn_authentication_types=[string],
vpn_client_ipsec_policies=[{
dhGroup: string,
ikeEncryption: string,
ikeIntegrity: string,
ipsecEncryption: string,
ipsecIntegrity: string,
pfsGroup: string,
saDataSizeKilobytes: 0,
saLifeTimeSeconds: 0,
}],
vpn_client_revoked_certificates=[{
name: string,
thumbprint: string,
}],
vpn_client_root_certificates=[{
name: string,
publicCertData: string,
}],
vpn_protocols=[string],
vpn_server_configuration_name=string)
const vpnServerConfigurationResource = new azure_native.network.VpnServerConfiguration("vpnServerConfigurationResource", {
resourceGroupName: "string",
radiusServers: [{
radiusServerAddress: "string",
radiusServerScore: 0,
radiusServerSecret: "string",
}],
radiusServerSecret: "string",
name: "string",
radiusClientRootCertificates: [{
name: "string",
thumbprint: "string",
}],
id: "string",
radiusServerRootCertificates: [{
name: "string",
publicCertData: "string",
}],
location: "string",
aadAuthenticationParameters: {
aadAudience: "string",
aadIssuer: "string",
aadTenant: "string",
},
radiusServerAddress: "string",
tags: {
string: "string",
},
vpnAuthenticationTypes: ["string"],
vpnClientIpsecPolicies: [{
dhGroup: "string",
ikeEncryption: "string",
ikeIntegrity: "string",
ipsecEncryption: "string",
ipsecIntegrity: "string",
pfsGroup: "string",
saDataSizeKilobytes: 0,
saLifeTimeSeconds: 0,
}],
vpnClientRevokedCertificates: [{
name: "string",
thumbprint: "string",
}],
vpnClientRootCertificates: [{
name: "string",
publicCertData: "string",
}],
vpnProtocols: ["string"],
vpnServerConfigurationName: "string",
});
type: azure-native:network:VpnServerConfiguration
properties:
aadAuthenticationParameters:
aadAudience: string
aadIssuer: string
aadTenant: string
id: string
location: string
name: string
radiusClientRootCertificates:
- name: string
thumbprint: string
radiusServerAddress: string
radiusServerRootCertificates:
- name: string
publicCertData: string
radiusServerSecret: string
radiusServers:
- radiusServerAddress: string
radiusServerScore: 0
radiusServerSecret: string
resourceGroupName: string
tags:
string: string
vpnAuthenticationTypes:
- string
vpnClientIpsecPolicies:
- dhGroup: string
ikeEncryption: string
ikeIntegrity: string
ipsecEncryption: string
ipsecIntegrity: string
pfsGroup: string
saDataSizeKilobytes: 0
saLifeTimeSeconds: 0
vpnClientRevokedCertificates:
- name: string
thumbprint: string
vpnClientRootCertificates:
- name: string
publicCertData: string
vpnProtocols:
- string
vpnServerConfigurationName: string
VpnServerConfiguration Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The VpnServerConfiguration resource accepts the following input properties:
- Resource
Group stringName - The resource group name of the VpnServerConfiguration.
- Aad
Authentication Pulumi.Parameters Azure Native. Network. Inputs. Aad Authentication Parameters - The set of aad vpn authentication parameters.
- Id string
- Resource ID.
- Location string
- Resource location.
- Name string
- The name of the VpnServerConfiguration that is unique within a resource group.
- Radius
Client List<Pulumi.Root Certificates Azure Native. Network. Inputs. Vpn Server Config Radius Client Root Certificate> - 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. Inputs. Vpn Server Config Radius Server Root Certificate> - 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. Inputs. Radius Server> - Multiple Radius Server configuration for VpnServerConfiguration.
- Dictionary<string, string>
- Resource tags.
- Vpn
Authentication List<Union<string, Pulumi.Types Azure Native. Network. Vpn Authentication Type>> - VPN authentication types for the VpnServerConfiguration.
- Vpn
Client List<Pulumi.Ipsec Policies Azure Native. Network. Inputs. Ipsec Policy> - VpnClientIpsecPolicies for VpnServerConfiguration.
- Vpn
Client List<Pulumi.Revoked Certificates Azure Native. Network. Inputs. Vpn Server Config Vpn Client Revoked Certificate> - VPN client revoked certificate of VpnServerConfiguration.
- Vpn
Client List<Pulumi.Root Certificates Azure Native. Network. Inputs. Vpn Server Config Vpn Client Root Certificate> - VPN client root certificate of VpnServerConfiguration.
- Vpn
Protocols List<Union<string, Pulumi.Azure Native. Network. Vpn Gateway Tunneling Protocol>> - VPN protocols for the VpnServerConfiguration.
- Vpn
Server stringConfiguration Name - The name of the VpnServerConfiguration being created or updated.
- Resource
Group stringName - The resource group name of the VpnServerConfiguration.
- Aad
Authentication AadParameters Authentication Parameters Args - The set of aad vpn authentication parameters.
- Id string
- Resource ID.
- Location string
- Resource location.
- Name string
- The name of the VpnServerConfiguration that is unique within a resource group.
- Radius
Client []VpnRoot Certificates Server Config Radius Client Root Certificate Args - 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 Args - 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 Args - 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 Args - VpnClientIpsecPolicies for VpnServerConfiguration.
- Vpn
Client []VpnRevoked Certificates Server Config Vpn Client Revoked Certificate Args - VPN client revoked certificate of VpnServerConfiguration.
- Vpn
Client []VpnRoot Certificates Server Config Vpn Client Root Certificate Args - VPN client root certificate of VpnServerConfiguration.
- Vpn
Protocols []string - VPN protocols for the VpnServerConfiguration.
- Vpn
Server stringConfiguration Name - The name of the VpnServerConfiguration being created or updated.
- resource
Group StringName - The resource group name of the VpnServerConfiguration.
- aad
Authentication AadParameters Authentication Parameters - The set of aad vpn authentication parameters.
- id String
- Resource ID.
- location String
- Resource location.
- name String
- The name of the VpnServerConfiguration that is unique within a resource group.
- radius
Client List<VpnRoot Certificates Server Config Radius Client Root Certificate> - 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> - 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> - Multiple Radius Server configuration for VpnServerConfiguration.
- Map<String,String>
- Resource tags.
- vpn
Authentication List<Either<String,VpnTypes Authentication Type>> - VPN authentication types for the VpnServerConfiguration.
- vpn
Client List<IpsecIpsec Policies Policy> - VpnClientIpsecPolicies for VpnServerConfiguration.
- vpn
Client List<VpnRevoked Certificates Server Config Vpn Client Revoked Certificate> - VPN client revoked certificate of VpnServerConfiguration.
- vpn
Client List<VpnRoot Certificates Server Config Vpn Client Root Certificate> - VPN client root certificate of VpnServerConfiguration.
- vpn
Protocols List<Either<String,VpnGateway Tunneling Protocol>> - VPN protocols for the VpnServerConfiguration.
- vpn
Server StringConfiguration Name - The name of the VpnServerConfiguration being created or updated.
- resource
Group stringName - The resource group name of the VpnServerConfiguration.
- aad
Authentication AadParameters Authentication Parameters - The set of aad vpn authentication parameters.
- id string
- Resource ID.
- location string
- Resource location.
- name string
- The name of the VpnServerConfiguration that is unique within a resource group.
- radius
Client VpnRoot Certificates Server Config Radius Client Root Certificate[] - 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[] - 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[] - Multiple Radius Server configuration for VpnServerConfiguration.
- {[key: string]: string}
- Resource tags.
- vpn
Authentication (string | VpnTypes Authentication Type)[] - VPN authentication types for the VpnServerConfiguration.
- vpn
Client IpsecIpsec Policies Policy[] - VpnClientIpsecPolicies for VpnServerConfiguration.
- vpn
Client VpnRevoked Certificates Server Config Vpn Client Revoked Certificate[] - VPN client revoked certificate of VpnServerConfiguration.
- vpn
Client VpnRoot Certificates Server Config Vpn Client Root Certificate[] - VPN client root certificate of VpnServerConfiguration.
- vpn
Protocols (string | VpnGateway Tunneling Protocol)[] - VPN protocols for the VpnServerConfiguration.
- vpn
Server stringConfiguration Name - The name of the VpnServerConfiguration being created or updated.
- resource_
group_ strname - The resource group name of the VpnServerConfiguration.
- aad_
authentication_ Aadparameters Authentication Parameters Args - The set of aad vpn authentication parameters.
- id str
- Resource ID.
- location str
- Resource location.
- name str
- The name of the VpnServerConfiguration that is unique within a resource group.
- radius_
client_ Sequence[Vpnroot_ certificates Server Config Radius Client Root Certificate Args] - 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 Args] - 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 Args] - Multiple Radius Server configuration for VpnServerConfiguration.
- Mapping[str, str]
- Resource tags.
- vpn_
authentication_ Sequence[Union[str, Vpntypes Authentication Type]] - VPN authentication types for the VpnServerConfiguration.
- vpn_
client_ Sequence[Ipsecipsec_ policies Policy Args] - VpnClientIpsecPolicies for VpnServerConfiguration.
- vpn_
client_ Sequence[Vpnrevoked_ certificates Server Config Vpn Client Revoked Certificate Args] - VPN client revoked certificate of VpnServerConfiguration.
- vpn_
client_ Sequence[Vpnroot_ certificates Server Config Vpn Client Root Certificate Args] - VPN client root certificate of VpnServerConfiguration.
- vpn_
protocols Sequence[Union[str, VpnGateway Tunneling Protocol]] - VPN protocols for the VpnServerConfiguration.
- vpn_
server_ strconfiguration_ name - The name of the VpnServerConfiguration being created or updated.
- resource
Group StringName - The resource group name of the VpnServerConfiguration.
- aad
Authentication Property MapParameters - The set of aad vpn authentication parameters.
- id String
- Resource ID.
- location String
- Resource location.
- name String
- The name of the VpnServerConfiguration that is unique within a resource group.
- 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 | "Certificate" | "Radius" | "AAD">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 | "IkeV2" | "Open VPN"> - VPN protocols for the VpnServerConfiguration.
- vpn
Server StringConfiguration Name - The name of the VpnServerConfiguration being created or updated.
Outputs
All input properties are implicitly available as output properties. Additionally, the VpnServerConfiguration resource produces the following output properties:
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- etag string
- A unique read-only string that changes whenever the resource is updated.
- id string
- The provider-assigned unique ID for this managed resource.
- 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.
- etag str
- A unique read-only string that changes whenever the resource is updated.
- id str
- The provider-assigned unique ID for this managed resource.
- 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.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
Supporting Types
AadAuthenticationParameters, AadAuthenticationParametersArgs
- 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.
AadAuthenticationParametersResponse, AadAuthenticationParametersResponseArgs
- 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, AddressSpaceResponseArgs
- 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.
DhGroup, DhGroupArgs
- None
- None
- DHGroup1
- DHGroup1
- DHGroup2
- DHGroup2
- DHGroup14
- DHGroup14
- DHGroup2048
- DHGroup2048
- ECP256
- ECP256
- ECP384
- ECP384
- DHGroup24
- DHGroup24
- Dh
Group None - None
- Dh
Group DHGroup1 - DHGroup1
- Dh
Group DHGroup2 - DHGroup2
- Dh
Group DHGroup14 - DHGroup14
- Dh
Group DHGroup2048 - DHGroup2048
- Dh
Group ECP256 - ECP256
- Dh
Group ECP384 - ECP384
- Dh
Group DHGroup24 - DHGroup24
- None
- None
- DHGroup1
- DHGroup1
- DHGroup2
- DHGroup2
- DHGroup14
- DHGroup14
- DHGroup2048
- DHGroup2048
- ECP256
- ECP256
- ECP384
- ECP384
- DHGroup24
- DHGroup24
- None
- None
- DHGroup1
- DHGroup1
- DHGroup2
- DHGroup2
- DHGroup14
- DHGroup14
- DHGroup2048
- DHGroup2048
- ECP256
- ECP256
- ECP384
- ECP384
- DHGroup24
- DHGroup24
- NONE
- None
- DH_GROUP1
- DHGroup1
- DH_GROUP2
- DHGroup2
- DH_GROUP14
- DHGroup14
- DH_GROUP2048
- DHGroup2048
- ECP256
- ECP256
- ECP384
- ECP384
- DH_GROUP24
- DHGroup24
- "None"
- None
- "DHGroup1"
- DHGroup1
- "DHGroup2"
- DHGroup2
- "DHGroup14"
- DHGroup14
- "DHGroup2048"
- DHGroup2048
- "ECP256"
- ECP256
- "ECP384"
- ECP384
- "DHGroup24"
- DHGroup24
IkeEncryption, IkeEncryptionArgs
- DES
- DES
- DES3
- DES3
- AES128
- AES128
- AES192
- AES192
- AES256
- AES256
- GCMAES256
- GCMAES256
- GCMAES128
- GCMAES128
- Ike
Encryption DES - DES
- Ike
Encryption DES3 - DES3
- Ike
Encryption AES128 - AES128
- Ike
Encryption AES192 - AES192
- Ike
Encryption AES256 - AES256
- Ike
Encryption GCMAES256 - GCMAES256
- Ike
Encryption GCMAES128 - GCMAES128
- DES
- DES
- DES3
- DES3
- AES128
- AES128
- AES192
- AES192
- AES256
- AES256
- GCMAES256
- GCMAES256
- GCMAES128
- GCMAES128
- DES
- DES
- DES3
- DES3
- AES128
- AES128
- AES192
- AES192
- AES256
- AES256
- GCMAES256
- GCMAES256
- GCMAES128
- GCMAES128
- DES
- DES
- DES3
- DES3
- AES128
- AES128
- AES192
- AES192
- AES256
- AES256
- GCMAES256
- GCMAES256
- GCMAES128
- GCMAES128
- "DES"
- DES
- "DES3"
- DES3
- "AES128"
- AES128
- "AES192"
- AES192
- "AES256"
- AES256
- "GCMAES256"
- GCMAES256
- "GCMAES128"
- GCMAES128
IkeIntegrity, IkeIntegrityArgs
- MD5
- MD5
- SHA1
- SHA1
- SHA256
- SHA256
- SHA384
- SHA384
- GCMAES256
- GCMAES256
- GCMAES128
- GCMAES128
- Ike
Integrity MD5 - MD5
- Ike
Integrity SHA1 - SHA1
- Ike
Integrity SHA256 - SHA256
- Ike
Integrity SHA384 - SHA384
- Ike
Integrity GCMAES256 - GCMAES256
- Ike
Integrity GCMAES128 - GCMAES128
- MD5
- MD5
- SHA1
- SHA1
- SHA256
- SHA256
- SHA384
- SHA384
- GCMAES256
- GCMAES256
- GCMAES128
- GCMAES128
- MD5
- MD5
- SHA1
- SHA1
- SHA256
- SHA256
- SHA384
- SHA384
- GCMAES256
- GCMAES256
- GCMAES128
- GCMAES128
- MD5
- MD5
- SHA1
- SHA1
- SHA256
- SHA256
- SHA384
- SHA384
- GCMAES256
- GCMAES256
- GCMAES128
- GCMAES128
- "MD5"
- MD5
- "SHA1"
- SHA1
- "SHA256"
- SHA256
- "SHA384"
- SHA384
- "GCMAES256"
- GCMAES256
- "GCMAES128"
- GCMAES128
IpsecEncryption, IpsecEncryptionArgs
- None
- None
- DES
- DES
- DES3
- DES3
- AES128
- AES128
- AES192
- AES192
- AES256
- AES256
- GCMAES128
- GCMAES128
- GCMAES192
- GCMAES192
- GCMAES256
- GCMAES256
- Ipsec
Encryption None - None
- Ipsec
Encryption DES - DES
- Ipsec
Encryption DES3 - DES3
- Ipsec
Encryption AES128 - AES128
- Ipsec
Encryption AES192 - AES192
- Ipsec
Encryption AES256 - AES256
- Ipsec
Encryption GCMAES128 - GCMAES128
- Ipsec
Encryption GCMAES192 - GCMAES192
- Ipsec
Encryption GCMAES256 - GCMAES256
- None
- None
- DES
- DES
- DES3
- DES3
- AES128
- AES128
- AES192
- AES192
- AES256
- AES256
- GCMAES128
- GCMAES128
- GCMAES192
- GCMAES192
- GCMAES256
- GCMAES256
- None
- None
- DES
- DES
- DES3
- DES3
- AES128
- AES128
- AES192
- AES192
- AES256
- AES256
- GCMAES128
- GCMAES128
- GCMAES192
- GCMAES192
- GCMAES256
- GCMAES256
- NONE
- None
- DES
- DES
- DES3
- DES3
- AES128
- AES128
- AES192
- AES192
- AES256
- AES256
- GCMAES128
- GCMAES128
- GCMAES192
- GCMAES192
- GCMAES256
- GCMAES256
- "None"
- None
- "DES"
- DES
- "DES3"
- DES3
- "AES128"
- AES128
- "AES192"
- AES192
- "AES256"
- AES256
- "GCMAES128"
- GCMAES128
- "GCMAES192"
- GCMAES192
- "GCMAES256"
- GCMAES256
IpsecIntegrity, IpsecIntegrityArgs
- MD5
- MD5
- SHA1
- SHA1
- SHA256
- SHA256
- GCMAES128
- GCMAES128
- GCMAES192
- GCMAES192
- GCMAES256
- GCMAES256
- Ipsec
Integrity MD5 - MD5
- Ipsec
Integrity SHA1 - SHA1
- Ipsec
Integrity SHA256 - SHA256
- Ipsec
Integrity GCMAES128 - GCMAES128
- Ipsec
Integrity GCMAES192 - GCMAES192
- Ipsec
Integrity GCMAES256 - GCMAES256
- MD5
- MD5
- SHA1
- SHA1
- SHA256
- SHA256
- GCMAES128
- GCMAES128
- GCMAES192
- GCMAES192
- GCMAES256
- GCMAES256
- MD5
- MD5
- SHA1
- SHA1
- SHA256
- SHA256
- GCMAES128
- GCMAES128
- GCMAES192
- GCMAES192
- GCMAES256
- GCMAES256
- MD5
- MD5
- SHA1
- SHA1
- SHA256
- SHA256
- GCMAES128
- GCMAES128
- GCMAES192
- GCMAES192
- GCMAES256
- GCMAES256
- "MD5"
- MD5
- "SHA1"
- SHA1
- "SHA256"
- SHA256
- "GCMAES128"
- GCMAES128
- "GCMAES192"
- GCMAES192
- "GCMAES256"
- GCMAES256
IpsecPolicy, IpsecPolicyArgs
- Dh
Group string | Pulumi.Azure Native. Network. Dh Group - The DH Group used in IKE Phase 1 for initial SA.
- Ike
Encryption string | Pulumi.Azure Native. Network. Ike Encryption - The IKE encryption algorithm (IKE phase 2).
- Ike
Integrity string | Pulumi.Azure Native. Network. Ike Integrity - The IKE integrity algorithm (IKE phase 2).
- Ipsec
Encryption string | Pulumi.Azure Native. Network. Ipsec Encryption - The IPSec encryption algorithm (IKE phase 1).
- Ipsec
Integrity string | Pulumi.Azure Native. Network. Ipsec Integrity - The IPSec integrity algorithm (IKE phase 1).
- Pfs
Group string | Pulumi.Azure Native. Network. Pfs Group - The Pfs Group used in IKE Phase 2 for new child SA.
- Sa
Data intSize Kilobytes - 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 intTime Seconds - The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
- Dh
Group string | DhGroup - The DH Group used in IKE Phase 1 for initial SA.
- Ike
Encryption string | IkeEncryption - The IKE encryption algorithm (IKE phase 2).
- Ike
Integrity string | IkeIntegrity - The IKE integrity algorithm (IKE phase 2).
- Ipsec
Encryption string | IpsecEncryption - The IPSec encryption algorithm (IKE phase 1).
- Ipsec
Integrity string | IpsecIntegrity - The IPSec integrity algorithm (IKE phase 1).
- Pfs
Group string | PfsGroup - The Pfs Group used in IKE Phase 2 for new child SA.
- Sa
Data intSize Kilobytes - 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 intTime Seconds - The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
- dh
Group String | DhGroup - The DH Group used in IKE Phase 1 for initial SA.
- ike
Encryption String | IkeEncryption - The IKE encryption algorithm (IKE phase 2).
- ike
Integrity String | IkeIntegrity - The IKE integrity algorithm (IKE phase 2).
- ipsec
Encryption String | IpsecEncryption - The IPSec encryption algorithm (IKE phase 1).
- ipsec
Integrity String | IpsecIntegrity - The IPSec integrity algorithm (IKE phase 1).
- pfs
Group String | PfsGroup - The Pfs Group used in IKE Phase 2 for new child SA.
- sa
Data IntegerSize Kilobytes - 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 IntegerTime Seconds - The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
- dh
Group string | DhGroup - The DH Group used in IKE Phase 1 for initial SA.
- ike
Encryption string | IkeEncryption - The IKE encryption algorithm (IKE phase 2).
- ike
Integrity string | IkeIntegrity - The IKE integrity algorithm (IKE phase 2).
- ipsec
Encryption string | IpsecEncryption - The IPSec encryption algorithm (IKE phase 1).
- ipsec
Integrity string | IpsecIntegrity - The IPSec integrity algorithm (IKE phase 1).
- pfs
Group string | PfsGroup - The Pfs Group used in IKE Phase 2 for new child SA.
- sa
Data numberSize Kilobytes - 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 numberTime Seconds - The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
- dh_
group str | DhGroup - The DH Group used in IKE Phase 1 for initial SA.
- ike_
encryption str | IkeEncryption - The IKE encryption algorithm (IKE phase 2).
- ike_
integrity str | IkeIntegrity - The IKE integrity algorithm (IKE phase 2).
- ipsec_
encryption str | IpsecEncryption - The IPSec encryption algorithm (IKE phase 1).
- ipsec_
integrity str | IpsecIntegrity - The IPSec integrity algorithm (IKE phase 1).
- pfs_
group str | PfsGroup - The Pfs Group used in IKE Phase 2 for new child SA.
- sa_
data_ intsize_ kilobytes - 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_ inttime_ seconds - The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
- dh
Group String | "None" | "DHGroup1" | "DHGroup2" | "DHGroup14" | "DHGroup2048" | "ECP256" | "ECP384" | "DHGroup24" - The DH Group used in IKE Phase 1 for initial SA.
- ike
Encryption String | "DES" | "DES3" | "AES128" | "AES192" | "AES256" | "GCMAES256" | "GCMAES128" - The IKE encryption algorithm (IKE phase 2).
- ike
Integrity String | "MD5" | "SHA1" | "SHA256" | "SHA384" | "GCMAES256" | "GCMAES128" - The IKE integrity algorithm (IKE phase 2).
- ipsec
Encryption String | "None" | "DES" | "DES3" | "AES128" | "AES192" | "AES256" | "GCMAES128" | "GCMAES192" | "GCMAES256" - The IPSec encryption algorithm (IKE phase 1).
- ipsec
Integrity String | "MD5" | "SHA1" | "SHA256" | "GCMAES128" | "GCMAES192" | "GCMAES256" - The IPSec integrity algorithm (IKE phase 1).
- pfs
Group String | "None" | "PFS1" | "PFS2" | "PFS2048" | "ECP256" | "ECP384" | "PFS24" | "PFS14" | "PFSMM" - The Pfs Group used in IKE Phase 2 for new child SA.
- sa
Data NumberSize Kilobytes - 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 NumberTime Seconds - The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
IpsecPolicyResponse, IpsecPolicyResponseArgs
- Dh
Group string - The DH Group used in IKE Phase 1 for initial SA.
- Ike
Encryption string - The IKE encryption algorithm (IKE phase 2).
- Ike
Integrity string - The IKE integrity algorithm (IKE phase 2).
- Ipsec
Encryption string - The IPSec encryption algorithm (IKE phase 1).
- Ipsec
Integrity string - The IPSec integrity algorithm (IKE phase 1).
- Pfs
Group string - The Pfs Group used in IKE Phase 2 for new child SA.
- Sa
Data intSize Kilobytes - 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 intTime Seconds - The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
- Dh
Group string - The DH Group used in IKE Phase 1 for initial SA.
- Ike
Encryption string - The IKE encryption algorithm (IKE phase 2).
- Ike
Integrity string - The IKE integrity algorithm (IKE phase 2).
- Ipsec
Encryption string - The IPSec encryption algorithm (IKE phase 1).
- Ipsec
Integrity string - The IPSec integrity algorithm (IKE phase 1).
- Pfs
Group string - The Pfs Group used in IKE Phase 2 for new child SA.
- Sa
Data intSize Kilobytes - 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 intTime Seconds - The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
- dh
Group String - The DH Group used in IKE Phase 1 for initial SA.
- ike
Encryption String - The IKE encryption algorithm (IKE phase 2).
- ike
Integrity String - The IKE integrity algorithm (IKE phase 2).
- ipsec
Encryption String - The IPSec encryption algorithm (IKE phase 1).
- ipsec
Integrity String - The IPSec integrity algorithm (IKE phase 1).
- pfs
Group String - The Pfs Group used in IKE Phase 2 for new child SA.
- sa
Data IntegerSize Kilobytes - 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 IntegerTime Seconds - The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
- dh
Group string - The DH Group used in IKE Phase 1 for initial SA.
- ike
Encryption string - The IKE encryption algorithm (IKE phase 2).
- ike
Integrity string - The IKE integrity algorithm (IKE phase 2).
- ipsec
Encryption string - The IPSec encryption algorithm (IKE phase 1).
- ipsec
Integrity string - The IPSec integrity algorithm (IKE phase 1).
- pfs
Group string - The Pfs Group used in IKE Phase 2 for new child SA.
- sa
Data numberSize Kilobytes - 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 numberTime Seconds - The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
- dh_
group str - The DH Group used in IKE Phase 1 for initial SA.
- ike_
encryption str - The IKE encryption algorithm (IKE phase 2).
- ike_
integrity str - The IKE integrity algorithm (IKE phase 2).
- ipsec_
encryption str - The IPSec encryption algorithm (IKE phase 1).
- ipsec_
integrity str - The IPSec integrity algorithm (IKE phase 1).
- pfs_
group str - The Pfs Group used in IKE Phase 2 for new child SA.
- sa_
data_ intsize_ kilobytes - 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_ inttime_ seconds - The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
- dh
Group String - The DH Group used in IKE Phase 1 for initial SA.
- ike
Encryption String - The IKE encryption algorithm (IKE phase 2).
- ike
Integrity String - The IKE integrity algorithm (IKE phase 2).
- ipsec
Encryption String - The IPSec encryption algorithm (IKE phase 1).
- ipsec
Integrity String - The IPSec integrity algorithm (IKE phase 1).
- pfs
Group String - The Pfs Group used in IKE Phase 2 for new child SA.
- sa
Data NumberSize Kilobytes - 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 NumberTime Seconds - The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
P2SConnectionConfigurationResponse, P2SConnectionConfigurationResponseArgs
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Provisioning
State string - The provisioning state of the P2SConnectionConfiguration resource.
- Enable
Internet boolSecurity - Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
- Id string
- Resource ID.
- Name string
- The name of the resource that is unique within a resource group. This name can be used to access the resource.
- Routing
Configuration Pulumi.Azure Native. Network. Inputs. Routing Configuration Response - The Routing Configuration indicating the associated and propagated route tables on this connection.
- Vpn
Client Pulumi.Address Pool Azure Native. Network. Inputs. Address Space Response - The reference to the address space resource which represents Address space for P2S VpnClient.
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Provisioning
State string - The provisioning state of the P2SConnectionConfiguration resource.
- Enable
Internet boolSecurity - Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
- Id string
- Resource ID.
- Name string
- The name of the resource that is unique within a resource group. This name can be used to access the resource.
- Routing
Configuration RoutingConfiguration Response - The Routing Configuration indicating the associated and propagated route tables on this connection.
- Vpn
Client AddressAddress Pool Space Response - The reference to the address space resource which represents Address space for P2S VpnClient.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- provisioning
State String - The provisioning state of the P2SConnectionConfiguration resource.
- enable
Internet BooleanSecurity - Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
- id String
- Resource ID.
- name String
- The name of the resource that is unique within a resource group. This name can be used to access the resource.
- routing
Configuration RoutingConfiguration Response - The Routing Configuration indicating the associated and propagated route tables on this connection.
- vpn
Client AddressAddress Pool Space Response - The reference to the address space resource which represents Address space for P2S VpnClient.
- etag string
- A unique read-only string that changes whenever the resource is updated.
- provisioning
State string - The provisioning state of the P2SConnectionConfiguration resource.
- enable
Internet booleanSecurity - Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
- id string
- Resource ID.
- name string
- The name of the resource that is unique within a resource group. This name can be used to access the resource.
- routing
Configuration RoutingConfiguration Response - The Routing Configuration indicating the associated and propagated route tables on this connection.
- vpn
Client AddressAddress Pool Space Response - The reference to the address space resource which represents Address space for P2S VpnClient.
- etag str
- A unique read-only string that changes whenever the resource is updated.
- provisioning_
state str - The provisioning state of the P2SConnectionConfiguration resource.
- enable_
internet_ boolsecurity - Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
- id str
- Resource ID.
- name str
- The name of the resource that is unique within a resource group. This name can be used to access the resource.
- routing_
configuration RoutingConfiguration Response - The Routing Configuration indicating the associated and propagated route tables on this connection.
- vpn_
client_ Addressaddress_ pool Space Response - The reference to the address space resource which represents Address space for P2S VpnClient.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- provisioning
State String - The provisioning state of the P2SConnectionConfiguration resource.
- enable
Internet BooleanSecurity - Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
- id String
- Resource ID.
- name String
- The name of the resource that is unique within a resource group. This name can be used to access the resource.
- routing
Configuration Property Map - The Routing Configuration indicating the associated and propagated route tables on this connection.
- vpn
Client Property MapAddress Pool - The reference to the address space resource which represents Address space for P2S VpnClient.
P2SVpnGatewayResponse, P2SVpnGatewayResponseArgs
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Location string
- Resource location.
- Name string
- Resource name.
- Provisioning
State string - The provisioning state of the P2S VPN gateway resource.
- Type string
- Resource type.
- Vpn
Client Pulumi.Connection Health Azure Native. Network. 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 string
- A unique read-only string that changes whenever the resource is updated.
- Location string
- Resource location.
- Name string
- Resource name.
- Provisioning
State string - The provisioning state of the P2S VPN gateway resource.
- Type string
- Resource type.
- Vpn
Client VpnConnection Health Client Connection Health Response - All P2S VPN clients' connection health status.
- Custom
Dns []stringServers - List of all customer specified DNS servers IP addresses.
- Id string
- Resource ID.
- Is
Routing boolPreference Internet - Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
- P2SConnection
Configurations []P2SConnectionConfiguration Response - List of all p2s connection configurations of the gateway.
- map[string]string
- Resource tags.
- Virtual
Hub SubResource Response - The VirtualHub to which the gateway belongs.
- Vpn
Gateway intScale Unit - The scale unit for this p2s vpn gateway.
- Vpn
Server SubConfiguration Resource Response - The VpnServerConfiguration to which the p2sVpnGateway is attached to.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- location String
- Resource location.
- name String
- Resource name.
- provisioning
State String - The provisioning state of the P2S VPN gateway resource.
- type String
- Resource type.
- vpn
Client VpnConnection Health Client Connection Health Response - All P2S VPN clients' connection health status.
- custom
Dns List<String>Servers - List of all customer specified DNS servers IP addresses.
- id String
- Resource ID.
- is
Routing BooleanPreference Internet - Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
- p2SConnection
Configurations List<P2SConnectionConfiguration Response> - List of all p2s connection configurations of the gateway.
- Map<String,String>
- Resource tags.
- virtual
Hub SubResource Response - The VirtualHub to which the gateway belongs.
- vpn
Gateway IntegerScale Unit - The scale unit for this p2s vpn gateway.
- vpn
Server SubConfiguration Resource Response - The VpnServerConfiguration to which the p2sVpnGateway is attached to.
- etag string
- A unique read-only string that changes whenever the resource is updated.
- location string
- Resource location.
- name string
- Resource name.
- provisioning
State string - The provisioning state of the P2S VPN gateway resource.
- type string
- Resource type.
- vpn
Client VpnConnection Health Client Connection Health Response - All P2S VPN clients' connection health status.
- custom
Dns string[]Servers - List of all customer specified DNS servers IP addresses.
- id string
- Resource ID.
- is
Routing booleanPreference Internet - Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
- p2SConnection
Configurations P2SConnectionConfiguration Response[] - List of all p2s connection configurations of the gateway.
- {[key: string]: string}
- Resource tags.
- virtual
Hub SubResource Response - The VirtualHub to which the gateway belongs.
- vpn
Gateway numberScale Unit - The scale unit for this p2s vpn gateway.
- vpn
Server SubConfiguration Resource Response - The VpnServerConfiguration to which the p2sVpnGateway is attached to.
- etag str
- A unique read-only string that changes whenever the resource is updated.
- location str
- Resource location.
- name str
- Resource name.
- provisioning_
state str - The provisioning state of the P2S VPN gateway resource.
- type str
- Resource type.
- vpn_
client_ Vpnconnection_ health Client Connection Health Response - All P2S VPN clients' connection health status.
- custom_
dns_ Sequence[str]servers - List of all customer specified DNS servers IP addresses.
- id str
- Resource ID.
- is_
routing_ boolpreference_ internet - Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
- p2_
s_ Sequence[P2SConnectionconnection_ configurations Configuration Response] - List of all p2s connection configurations of the gateway.
- Mapping[str, str]
- Resource tags.
- virtual_
hub SubResource Response - The VirtualHub to which the gateway belongs.
- vpn_
gateway_ intscale_ unit - The scale unit for this p2s vpn gateway.
- vpn_
server_ Subconfiguration Resource Response - The VpnServerConfiguration to which the p2sVpnGateway is attached to.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- location String
- Resource location.
- name String
- Resource name.
- provisioning
State String - The provisioning state of the P2S VPN gateway resource.
- type String
- Resource type.
- vpn
Client Property MapConnection Health - All P2S VPN clients' connection health status.
- custom
Dns List<String>Servers - List of all customer specified DNS servers IP addresses.
- id String
- Resource ID.
- is
Routing BooleanPreference Internet - Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
- p2SConnection
Configurations List<Property Map> - List of all p2s connection configurations of the gateway.
- Map<String>
- Resource tags.
- virtual
Hub Property Map - The VirtualHub to which the gateway belongs.
- vpn
Gateway NumberScale Unit - The scale unit for this p2s vpn gateway.
- vpn
Server Property MapConfiguration - The VpnServerConfiguration to which the p2sVpnGateway is attached to.
PfsGroup, PfsGroupArgs
- None
- None
- PFS1
- PFS1
- PFS2
- PFS2
- PFS2048
- PFS2048
- ECP256
- ECP256
- ECP384
- ECP384
- PFS24
- PFS24
- PFS14
- PFS14
- PFSMM
- PFSMM
- Pfs
Group None - None
- Pfs
Group PFS1 - PFS1
- Pfs
Group PFS2 - PFS2
- Pfs
Group PFS2048 - PFS2048
- Pfs
Group ECP256 - ECP256
- Pfs
Group ECP384 - ECP384
- Pfs
Group PFS24 - PFS24
- Pfs
Group PFS14 - PFS14
- Pfs
Group PFSMM - PFSMM
- None
- None
- PFS1
- PFS1
- PFS2
- PFS2
- PFS2048
- PFS2048
- ECP256
- ECP256
- ECP384
- ECP384
- PFS24
- PFS24
- PFS14
- PFS14
- PFSMM
- PFSMM
- None
- None
- PFS1
- PFS1
- PFS2
- PFS2
- PFS2048
- PFS2048
- ECP256
- ECP256
- ECP384
- ECP384
- PFS24
- PFS24
- PFS14
- PFS14
- PFSMM
- PFSMM
- NONE
- None
- PFS1
- PFS1
- PFS2
- PFS2
- PFS2048
- PFS2048
- ECP256
- ECP256
- ECP384
- ECP384
- PFS24
- PFS24
- PFS14
- PFS14
- PFSMM
- PFSMM
- "None"
- None
- "PFS1"
- PFS1
- "PFS2"
- PFS2
- "PFS2048"
- PFS2048
- "ECP256"
- ECP256
- "ECP384"
- ECP384
- "PFS24"
- PFS24
- "PFS14"
- PFS14
- "PFSMM"
- PFSMM
PropagatedRouteTableResponse, PropagatedRouteTableResponseArgs
- 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.
RadiusServer, RadiusServerArgs
- Radius
Server stringAddress - 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 stringAddress - 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 StringAddress - 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 stringAddress - 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_ straddress - 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 StringAddress - 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.
RadiusServerResponse, RadiusServerResponseArgs
- Radius
Server stringAddress - 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 stringAddress - 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 StringAddress - 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 stringAddress - 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_ straddress - 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 StringAddress - 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, RoutingConfigurationResponseArgs
- Associated
Route Pulumi.Table Azure Native. Network. Inputs. Sub Resource Response - The resource id RouteTable associated with this RoutingConfiguration.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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, StaticRouteResponseArgs
- 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.
SubResourceResponse, SubResourceResponseArgs
- Id string
- Resource ID.
- Id string
- Resource ID.
- id String
- Resource ID.
- id string
- Resource ID.
- id str
- Resource ID.
- id String
- Resource ID.
VnetRouteResponse, VnetRouteResponseArgs
- Static
Routes List<Pulumi.Azure Native. Network. Inputs. Static Route Response> - List of all Static Routes.
- Static
Routes []StaticRoute Response - List of all Static Routes.
- static
Routes List<StaticRoute Response> - List of all Static Routes.
- static
Routes StaticRoute Response[] - List of all Static Routes.
- static_
routes Sequence[StaticRoute Response] - List of all Static Routes.
- static
Routes List<Property Map> - List of all Static Routes.
VpnAuthenticationType, VpnAuthenticationTypeArgs
- Certificate
- Certificate
- Radius
- Radius
- AAD
- AAD
- Vpn
Authentication Type Certificate - Certificate
- Vpn
Authentication Type Radius - Radius
- Vpn
Authentication Type AAD - AAD
- Certificate
- Certificate
- Radius
- Radius
- AAD
- AAD
- Certificate
- Certificate
- Radius
- Radius
- AAD
- AAD
- CERTIFICATE
- Certificate
- RADIUS
- Radius
- AAD
- AAD
- "Certificate"
- Certificate
- "Radius"
- Radius
- "AAD"
- AAD
VpnClientConnectionHealthResponse, VpnClientConnectionHealthResponseArgs
- Total
Egress doubleBytes Transferred - Total of the Egress Bytes Transferred in this connection.
- Total
Ingress doubleBytes Transferred - Total of the Ingress Bytes Transferred in this P2S Vpn connection.
- Allocated
Ip List<string>Addresses - List of allocated ip addresses to the connected p2s vpn clients.
- Vpn
Client intConnections Count - The total of p2s vpn clients connected at this time to this P2SVpnGateway.
- Total
Egress float64Bytes Transferred - Total of the Egress Bytes Transferred in this connection.
- Total
Ingress float64Bytes Transferred - Total of the Ingress Bytes Transferred in this P2S Vpn connection.
- Allocated
Ip []stringAddresses - List of allocated ip addresses to the connected p2s vpn clients.
- Vpn
Client intConnections Count - The total of p2s vpn clients connected at this time to this P2SVpnGateway.
- total
Egress DoubleBytes Transferred - Total of the Egress Bytes Transferred in this connection.
- total
Ingress DoubleBytes Transferred - Total of the Ingress Bytes Transferred in this P2S Vpn connection.
- allocated
Ip List<String>Addresses - List of allocated ip addresses to the connected p2s vpn clients.
- vpn
Client IntegerConnections Count - The total of p2s vpn clients connected at this time to this P2SVpnGateway.
- total
Egress numberBytes Transferred - Total of the Egress Bytes Transferred in this connection.
- total
Ingress numberBytes Transferred - Total of the Ingress Bytes Transferred in this P2S Vpn connection.
- allocated
Ip string[]Addresses - List of allocated ip addresses to the connected p2s vpn clients.
- vpn
Client numberConnections Count - The total of p2s vpn clients connected at this time to this P2SVpnGateway.
- total_
egress_ floatbytes_ transferred - Total of the Egress Bytes Transferred in this connection.
- total_
ingress_ floatbytes_ transferred - Total of the Ingress Bytes Transferred in this P2S Vpn connection.
- allocated_
ip_ Sequence[str]addresses - List of allocated ip addresses to the connected p2s vpn clients.
- vpn_
client_ intconnections_ count - The total of p2s vpn clients connected at this time to this P2SVpnGateway.
- total
Egress NumberBytes Transferred - Total of the Egress Bytes Transferred in this connection.
- total
Ingress NumberBytes Transferred - Total of the Ingress Bytes Transferred in this P2S Vpn connection.
- allocated
Ip List<String>Addresses - List of allocated ip addresses to the connected p2s vpn clients.
- vpn
Client NumberConnections Count - The total of p2s vpn clients connected at this time to this P2SVpnGateway.
VpnGatewayTunnelingProtocol, VpnGatewayTunnelingProtocolArgs
- Ike
V2 - IkeV2
- Open
VPN - OpenVPN
- Vpn
Gateway Tunneling Protocol Ike V2 - IkeV2
- Vpn
Gateway Tunneling Protocol Open VPN - OpenVPN
- Ike
V2 - IkeV2
- Open
VPN - OpenVPN
- Ike
V2 - IkeV2
- Open
VPN - OpenVPN
- IKE_V2
- IkeV2
- OPEN_VPN
- OpenVPN
- "Ike
V2" - IkeV2
- "Open
VPN" - OpenVPN
VpnServerConfigRadiusClientRootCertificate, VpnServerConfigRadiusClientRootCertificateArgs
- 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.
VpnServerConfigRadiusClientRootCertificateResponse, VpnServerConfigRadiusClientRootCertificateResponseArgs
- 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.
VpnServerConfigRadiusServerRootCertificate, VpnServerConfigRadiusServerRootCertificateArgs
- 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.
VpnServerConfigRadiusServerRootCertificateResponse, VpnServerConfigRadiusServerRootCertificateResponseArgs
- 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.
VpnServerConfigVpnClientRevokedCertificate, VpnServerConfigVpnClientRevokedCertificateArgs
- 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.
VpnServerConfigVpnClientRevokedCertificateResponse, VpnServerConfigVpnClientRevokedCertificateResponseArgs
- 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.
VpnServerConfigVpnClientRootCertificate, VpnServerConfigVpnClientRootCertificateArgs
- 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.
VpnServerConfigVpnClientRootCertificateResponse, VpnServerConfigVpnClientRootCertificateResponseArgs
- 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.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:network:VpnServerConfiguration vpnServerConfiguration1 /subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnServerConfigurations/vpnServerConfiguration1
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0