1. Packages
  2. Azure Native
  3. API Docs
  4. network
  5. getVirtualNetworkGatewayVpnclientIpsecParameters
Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi

azure-native.network.getVirtualNetworkGatewayVpnclientIpsecParameters

Explore with Pulumi AI

azure-native logo
Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi

    The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider. API Version: 2020-11-01.

    Using getVirtualNetworkGatewayVpnclientIpsecParameters

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getVirtualNetworkGatewayVpnclientIpsecParameters(args: GetVirtualNetworkGatewayVpnclientIpsecParametersArgs, opts?: InvokeOptions): Promise<GetVirtualNetworkGatewayVpnclientIpsecParametersResult>
    function getVirtualNetworkGatewayVpnclientIpsecParametersOutput(args: GetVirtualNetworkGatewayVpnclientIpsecParametersOutputArgs, opts?: InvokeOptions): Output<GetVirtualNetworkGatewayVpnclientIpsecParametersResult>
    def get_virtual_network_gateway_vpnclient_ipsec_parameters(resource_group_name: Optional[str] = None,
                                                               virtual_network_gateway_name: Optional[str] = None,
                                                               opts: Optional[InvokeOptions] = None) -> GetVirtualNetworkGatewayVpnclientIpsecParametersResult
    def get_virtual_network_gateway_vpnclient_ipsec_parameters_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                                               virtual_network_gateway_name: Optional[pulumi.Input[str]] = None,
                                                               opts: Optional[InvokeOptions] = None) -> Output[GetVirtualNetworkGatewayVpnclientIpsecParametersResult]
    func GetVirtualNetworkGatewayVpnclientIpsecParameters(ctx *Context, args *GetVirtualNetworkGatewayVpnclientIpsecParametersArgs, opts ...InvokeOption) (*GetVirtualNetworkGatewayVpnclientIpsecParametersResult, error)
    func GetVirtualNetworkGatewayVpnclientIpsecParametersOutput(ctx *Context, args *GetVirtualNetworkGatewayVpnclientIpsecParametersOutputArgs, opts ...InvokeOption) GetVirtualNetworkGatewayVpnclientIpsecParametersResultOutput

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

    public static class GetVirtualNetworkGatewayVpnclientIpsecParameters 
    {
        public static Task<GetVirtualNetworkGatewayVpnclientIpsecParametersResult> InvokeAsync(GetVirtualNetworkGatewayVpnclientIpsecParametersArgs args, InvokeOptions? opts = null)
        public static Output<GetVirtualNetworkGatewayVpnclientIpsecParametersResult> Invoke(GetVirtualNetworkGatewayVpnclientIpsecParametersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVirtualNetworkGatewayVpnclientIpsecParametersResult> getVirtualNetworkGatewayVpnclientIpsecParameters(GetVirtualNetworkGatewayVpnclientIpsecParametersArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:network:getVirtualNetworkGatewayVpnclientIpsecParameters
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string

    The name of the resource group.

    VirtualNetworkGatewayName string

    The virtual network gateway name.

    ResourceGroupName string

    The name of the resource group.

    VirtualNetworkGatewayName string

    The virtual network gateway name.

    resourceGroupName String

    The name of the resource group.

    virtualNetworkGatewayName String

    The virtual network gateway name.

    resourceGroupName string

    The name of the resource group.

    virtualNetworkGatewayName string

    The virtual network gateway name.

    resource_group_name str

    The name of the resource group.

    virtual_network_gateway_name str

    The virtual network gateway name.

    resourceGroupName String

    The name of the resource group.

    virtualNetworkGatewayName String

    The virtual network gateway name.

    getVirtualNetworkGatewayVpnclientIpsecParameters Result

    The following output properties are available:

    DhGroup string

    The DH Group used in IKE Phase 1 for initial SA.

    IkeEncryption string

    The IKE encryption algorithm (IKE phase 2).

    IkeIntegrity string

    The IKE integrity algorithm (IKE phase 2).

    IpsecEncryption string

    The IPSec encryption algorithm (IKE phase 1).

    IpsecIntegrity string

    The IPSec integrity algorithm (IKE phase 1).

    PfsGroup string

    The Pfs Group used in IKE Phase 2 for new child SA.

    SaDataSizeKilobytes int

    The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for P2S client..

    SaLifeTimeSeconds int

    The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for P2S client.

    DhGroup string

    The DH Group used in IKE Phase 1 for initial SA.

    IkeEncryption string

    The IKE encryption algorithm (IKE phase 2).

    IkeIntegrity string

    The IKE integrity algorithm (IKE phase 2).

    IpsecEncryption string

    The IPSec encryption algorithm (IKE phase 1).

    IpsecIntegrity string

    The IPSec integrity algorithm (IKE phase 1).

    PfsGroup string

    The Pfs Group used in IKE Phase 2 for new child SA.

    SaDataSizeKilobytes int

    The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for P2S client..

    SaLifeTimeSeconds int

    The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for P2S client.

    dhGroup String

    The DH Group used in IKE Phase 1 for initial SA.

    ikeEncryption String

    The IKE encryption algorithm (IKE phase 2).

    ikeIntegrity String

    The IKE integrity algorithm (IKE phase 2).

    ipsecEncryption String

    The IPSec encryption algorithm (IKE phase 1).

    ipsecIntegrity String

    The IPSec integrity algorithm (IKE phase 1).

    pfsGroup String

    The Pfs Group used in IKE Phase 2 for new child SA.

    saDataSizeKilobytes Integer

    The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for P2S client..

    saLifeTimeSeconds Integer

    The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for P2S client.

    dhGroup string

    The DH Group used in IKE Phase 1 for initial SA.

    ikeEncryption string

    The IKE encryption algorithm (IKE phase 2).

    ikeIntegrity string

    The IKE integrity algorithm (IKE phase 2).

    ipsecEncryption string

    The IPSec encryption algorithm (IKE phase 1).

    ipsecIntegrity string

    The IPSec integrity algorithm (IKE phase 1).

    pfsGroup string

    The Pfs Group used in IKE Phase 2 for new child SA.

    saDataSizeKilobytes number

    The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for P2S client..

    saLifeTimeSeconds number

    The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for P2S client.

    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_size_kilobytes int

    The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for P2S client..

    sa_life_time_seconds int

    The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for P2S client.

    dhGroup String

    The DH Group used in IKE Phase 1 for initial SA.

    ikeEncryption String

    The IKE encryption algorithm (IKE phase 2).

    ikeIntegrity String

    The IKE integrity algorithm (IKE phase 2).

    ipsecEncryption String

    The IPSec encryption algorithm (IKE phase 1).

    ipsecIntegrity String

    The IPSec integrity algorithm (IKE phase 1).

    pfsGroup String

    The Pfs Group used in IKE Phase 2 for new child SA.

    saDataSizeKilobytes Number

    The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for P2S client..

    saLifeTimeSeconds Number

    The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for P2S client.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi