ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud
ibm.getIsVpnServerClientConfiguration
Explore with Pulumi AI
Using getIsVpnServerClientConfiguration
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 getIsVpnServerClientConfiguration(args: GetIsVpnServerClientConfigurationArgs, opts?: InvokeOptions): Promise<GetIsVpnServerClientConfigurationResult>
function getIsVpnServerClientConfigurationOutput(args: GetIsVpnServerClientConfigurationOutputArgs, opts?: InvokeOptions): Output<GetIsVpnServerClientConfigurationResult>def get_is_vpn_server_client_configuration(file_path: Optional[str] = None,
                                           id: Optional[str] = None,
                                           vpn_server: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetIsVpnServerClientConfigurationResult
def get_is_vpn_server_client_configuration_output(file_path: Optional[pulumi.Input[str]] = None,
                                           id: Optional[pulumi.Input[str]] = None,
                                           vpn_server: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetIsVpnServerClientConfigurationResult]func GetIsVpnServerClientConfiguration(ctx *Context, args *GetIsVpnServerClientConfigurationArgs, opts ...InvokeOption) (*GetIsVpnServerClientConfigurationResult, error)
func GetIsVpnServerClientConfigurationOutput(ctx *Context, args *GetIsVpnServerClientConfigurationOutputArgs, opts ...InvokeOption) GetIsVpnServerClientConfigurationResultOutput> Note: This function is named GetIsVpnServerClientConfiguration in the Go SDK.
public static class GetIsVpnServerClientConfiguration 
{
    public static Task<GetIsVpnServerClientConfigurationResult> InvokeAsync(GetIsVpnServerClientConfigurationArgs args, InvokeOptions? opts = null)
    public static Output<GetIsVpnServerClientConfigurationResult> Invoke(GetIsVpnServerClientConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIsVpnServerClientConfigurationResult> getIsVpnServerClientConfiguration(GetIsVpnServerClientConfigurationArgs args, InvokeOptions options)
public static Output<GetIsVpnServerClientConfigurationResult> getIsVpnServerClientConfiguration(GetIsVpnServerClientConfigurationArgs args, InvokeOptions options)
fn::invoke:
  function: ibm:index/getIsVpnServerClientConfiguration:getIsVpnServerClientConfiguration
  arguments:
    # arguments dictionaryThe following arguments are supported:
- vpn_
server str - file_
path str - id str
 
getIsVpnServerClientConfiguration Result
The following output properties are available:
- Id string
 - Vpn
Server string - Vpn
Server stringClient Configuration  - File
Path string 
- Id string
 - Vpn
Server string - Vpn
Server stringClient Configuration  - File
Path string 
- id String
 - vpn
Server String - vpn
Server StringClient Configuration  - file
Path String 
- id string
 - vpn
Server string - vpn
Server stringClient Configuration  - file
Path string 
- id str
 - vpn_
server str - vpn_
server_ strclient_ configuration  - file_
path str 
- id String
 - vpn
Server String - vpn
Server StringClient Configuration  - file
Path String 
Package Details
- Repository
 - ibm ibm-cloud/terraform-provider-ibm
 - License
 - Notes
 - This Pulumi package is based on the 
ibmTerraform Provider.