Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.27 KB

File metadata and controls

15 lines (11 loc) · 1.27 KB

HyperstackApi.CreateVolumePayload

Properties

Name Type Description Notes
callbackUrl String A URL that can be attached to the volume you are creating. This `callback_url` will post any action events that occur to your volume to the provided URL. [optional]
description String A brief description or comment about the volume. [optional]
environmentName String The name of the environment within which the volume is being created.
imageId Number The ID of the operating system image that will be associated with the volume. By providing an `image_id` in the create volume request, you will create a bootable volume. [optional]
name String The name of the volume being created.
size Number The size of the volume in GB. 1048576GB storage capacity per volume.
volumeType String Specifies the type of volume being created, which determines the storage technology it will use. Call the List volume types endpoint to retrieve a list of available volume model types.