computing / Client / upload_iso_image

upload_iso_image

computing.Client.upload_iso_image(**kwargs)

ISOイメージをアップロードします。

アップロードするISOイメージのURLは、ニフクラからアクセス可能なURLである必要があります。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.upload_iso_image(
    AvailabilityZone='string',
    Description='string',
    IsoImageName='string',
    IsoUrl='string'
)
Parameters:
  • AvailabilityZone (string) –

  • Description (string) –

  • IsoImageName (string) –

  • IsoUrl (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • RequestId (string) –

    • Return (boolean) –