computing / Client / describe_remote_access_vpn_gateway_connections

describe_remote_access_vpn_gateway_connections

computing.Client.describe_remote_access_vpn_gateway_connections(**kwargs)

リモートアクセスVPNゲートウェイのコネクション情報を取得します。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.describe_remote_access_vpn_gateway_connections(
    RemoteAccessVpnGatewayId='string'
)
Parameters:

RemoteAccessVpnGatewayId (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'RemoteAccessVpnGatewayConnection': {
        'ConnectionCount': 123,
        'ConnectionSet': [
            {
                'AssignedIpAddress': 'string',
                'ClientIpAddress': 'string',
                'ConnectionId': 'string',
                'RemoteUserName': 'string',
                'StartTime': 'string'
            },
        ]
    },
    'RemoteAccessVpnGatewayId': 'string',
    'RemoteAccessVpnGatewayName': 'string',
    'RequestId': 'string'
}

Response Structure

  • (dict) –

    • RemoteAccessVpnGatewayConnection (dict) –

      • ConnectionCount (integer) –

      • ConnectionSet (list) –

        • (dict) –

          • AssignedIpAddress (string) –

          • ClientIpAddress (string) –

          • ConnectionId (string) –

          • RemoteUserName (string) –

          • StartTime (string) –

    • RemoteAccessVpnGatewayId (string) –

    • RemoteAccessVpnGatewayName (string) –

    • RequestId (string) –