computing / Client / modify_network_interface_attribute

modify_network_interface_attribute

computing.Client.modify_network_interface_attribute(**kwargs)

追加NICの属性情報の更新を行います。1回のリクエストで、追加NICの1つの属性情報を更新できます。

追加NICを指定するためには、追加NICのネットワークインターフェースIDが必要です。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.modify_network_interface_attribute(
    Description='string',
    IpAddress='string',
    NetworkInterfaceId='string'
)
Parameters:
  • Description (string) –

  • IpAddress (string) –

  • NetworkInterfaceId (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • RequestId (string) –

    • Return (boolean) –