computing / Client / describe_remote_access_vpn_gateways

describe_remote_access_vpn_gateways

computing.Client.describe_remote_access_vpn_gateways(**kwargs)

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

See also: NIFCLOUD API Documentation

Request Syntax

response = client.describe_remote_access_vpn_gateways(
    RemoteAccessVpnGatewayId=[
        'string',
    ]
)
Parameters:

RemoteAccessVpnGatewayId (list) –

  • (string) –

Return type:

dict

Returns:

Response Syntax

{
    'RemoteAccessVpnGatewaySet': [
        {
            'AccountingType': 'string',
            'AuthTypeSet': [
                {
                    'AuthType': 'string'
                },
            ],
            'AvailabilityZone': 'string',
            'CaCertificateId': 'string',
            'CipherSuiteSet': [
                {
                    'CipherSuite': 'string'
                },
            ],
            'ClientDownloadEndpoint': 'string',
            'ClientTunnelMode': 'string',
            'CreatedTime': 'string',
            'Description': 'string',
            'GroupSet': 'string',
            'IsConfiguredNat': 'string',
            'NetworkInterfaceSet': [
                {
                    'Association': {
                        'AllocationId': 'string',
                        'AssociationId': 'string',
                        'IpOwnerId': 'string',
                        'PublicDnsName': 'string',
                        'PublicIp': 'string',
                        'PublicIpV6': 'string'
                    },
                    'Attachment': {
                        'AttachTime': 'string',
                        'AttachmentId': 'string',
                        'DeleteOnTermination': 'string',
                        'DeviceIndex': 'string',
                        'InstanceId': 'string',
                        'InstanceOwnerId': 'string',
                        'Status': 'string'
                    },
                    'AvailabilityZone': 'string',
                    'Description': 'string',
                    'GroupSet': 'string',
                    'InterfaceType': 'string',
                    'Ipv6AddressesSet': 'string',
                    'MacAddress': 'string',
                    'NetworkInterfaceId': 'string',
                    'NiftyNetworkId': 'string',
                    'NiftyNetworkName': 'string',
                    'OwnerId': 'string',
                    'PrivateDnsName': 'string',
                    'PrivateIpAddress': 'string',
                    'PrivateIpAddressV6': 'string',
                    'PrivateIpAddressesSet': 'string',
                    'RequesterId': 'string',
                    'RequesterManaged': 'string',
                    'SourceDestCheck': 'string',
                    'Status': 'string',
                    'SubnetId': 'string',
                    'TagSet': 'string',
                    'VpcId': 'string'
                },
            ],
            'NextMonthAccountingType': 'string',
            'PoolNetworkCidr': 'string',
            'PoolNetworkGatewayIpAddress': 'string',
            'RemoteAccessVpnGatewayId': 'string',
            'RemoteAccessVpnGatewayName': 'string',
            'RemoteAccessVpnGatewayType': 'string',
            'RemoteUserSet': [
                {
                    'Description': 'string',
                    'UserName': 'string'
                },
            ],
            'RouteTableAssociationId': 'string',
            'RouteTableId': 'string',
            'SslCertificateId': 'string',
            'Status': 'string',
            'VersionInformation': {
                'IsLatest': 'string',
                'Version': 'string'
            }
        },
    ],
    'RequestId': 'string'
}

Response Structure

  • (dict) –

    • RemoteAccessVpnGatewaySet (list) –

      • (dict) –

        • AccountingType (string) –

        • AuthTypeSet (list) –

          • (dict) –

            • AuthType (string) –

        • AvailabilityZone (string) –

        • CaCertificateId (string) –

        • CipherSuiteSet (list) –

          • (dict) –

            • CipherSuite (string) –

        • ClientDownloadEndpoint (string) –

        • ClientTunnelMode (string) –

        • CreatedTime (string) –

        • Description (string) –

        • GroupSet (string) –

        • IsConfiguredNat (string) –

        • NetworkInterfaceSet (list) –

          • (dict) –

            • Association (dict) –

              • AllocationId (string) –

              • AssociationId (string) –

              • IpOwnerId (string) –

              • PublicDnsName (string) –

              • PublicIp (string) –

              • PublicIpV6 (string) –

            • Attachment (dict) –

              • AttachTime (string) –

              • AttachmentId (string) –

              • DeleteOnTermination (string) –

              • DeviceIndex (string) –

              • InstanceId (string) –

              • InstanceOwnerId (string) –

              • Status (string) –

            • AvailabilityZone (string) –

            • Description (string) –

            • GroupSet (string) –

            • InterfaceType (string) –

            • Ipv6AddressesSet (string) –

            • MacAddress (string) –

            • NetworkInterfaceId (string) –

            • NiftyNetworkId (string) –

            • NiftyNetworkName (string) –

            • OwnerId (string) –

            • PrivateDnsName (string) –

            • PrivateIpAddress (string) –

            • PrivateIpAddressV6 (string) –

            • PrivateIpAddressesSet (string) –

            • RequesterId (string) –

            • RequesterManaged (string) –

            • SourceDestCheck (string) –

            • Status (string) –

            • SubnetId (string) –

            • TagSet (string) –

            • VpcId (string) –

        • NextMonthAccountingType (string) –

        • PoolNetworkCidr (string) –

        • PoolNetworkGatewayIpAddress (string) –

        • RemoteAccessVpnGatewayId (string) –

        • RemoteAccessVpnGatewayName (string) –

        • RemoteAccessVpnGatewayType (string) –

        • RemoteUserSet (list) –

          • (dict) –

            • Description (string) –

            • UserName (string) –

        • RouteTableAssociationId (string) –

        • RouteTableId (string) –

        • SslCertificateId (string) –

        • Status (string) –

        • VersionInformation (dict) –

          • IsLatest (string) –

          • Version (string) –

    • RequestId (string) –