computing / Client / modify_remote_access_vpn_gateway_attribute

modify_remote_access_vpn_gateway_attribute

computing.Client.modify_remote_access_vpn_gateway_attribute(**kwargs)

リモートアクセスVPNゲートウェイの情報を更新します。1回のリクエストで、1つのリモートアクセスVPNゲートウェイの1つの属性情報を更新できます。

リモートアクセスVPNゲートウェイを指定するためには、リモートアクセスVPNゲートウェイユニークIDが必要です。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.modify_remote_access_vpn_gateway_attribute(
    AccountingType='1'|'2',
    ClientTunnelMode='split'|'full',
    Description='string',
    RemoteAccessVpnGatewayId='string',
    RemoteAccessVpnGatewayName='string',
    RemoteAccessVpnGatewayType='small'|'medium'|'large'
)
Parameters:
  • AccountingType (string) –

  • ClientTunnelMode (string) –

  • Description (string) –

  • RemoteAccessVpnGatewayId (string) – [REQUIRED]

  • RemoteAccessVpnGatewayName (string) –

  • RemoteAccessVpnGatewayType (string) –

Return type:

dict

Returns:

Response Syntax

{
    'RequestId': 'string',
    'Return': True|False
}

Response Structure

  • (dict) –

    • RequestId (string) –

    • Return (boolean) –