Schemas
scaleway.instance.v2alpha1.CreateVolumeRequest.VolumeType
scaleway.instance.v2alpha1.ListSnapshotsRequest.OrderBy
scaleway.instance.v2alpha1.ListSnapshotsResponse
List of snapshots.
next_page_tokenToken for the next page.
total_countTotal number of items.
scaleway.instance.v2alpha1.ListVolumeTypesResponse
List of volume types.
next_page_tokenToken for the next page.
total_countTotal number of items.
scaleway.instance.v2alpha1.ListVolumesRequest.OrderBy
scaleway.instance.v2alpha1.ListVolumesResponse
List of volumes.
next_page_tokenToken for the next page.
total_countTotal number of items.
scaleway.instance.v2alpha1.Snapshot
idUnique ID of the snapshot.
project_idProject ID of the snapshot.
nameName of the snapshot.
tagsTags associated with the snapshot.
sizeSize of the snapshot in bytes. (in bytes)
statusCurrent status of the snapshot.
base_volume_idID of the base volume.
volume_typeType of the volume.
created_atCreation date of the snapshot. (RFC 3339 format)
updated_atLast update date of the snapshot. (RFC 3339 format)
zoneZone in which the snapshot is located.
publicWhether the snapshot is public.
scaleway.instance.v2alpha1.Snapshot.Status
scaleway.instance.v2alpha1.Snapshot.VolumeType
scaleway.instance.v2alpha1.Volume
idUnique ID of the volume.
project_idProject ID to which the volume belongs.
nameVolume name.
tagsTags associated with the volume.
sizeVolume size in bytes. (in bytes)
base_snapshot_idID of the base snapshot used for this volume.
statusCurrent status of the volume.
volume_typeType of the volume.
created_atCreation date of the volume. (RFC 3339 format)
updated_atLast update date of the volume. (RFC 3339 format)
server_idID of the Instance to which the volume is attached.
zoneZone in which the volume is located.
scaleway.instance.v2alpha1.Volume.Status
scaleway.instance.v2alpha1.Volume.VolumeType
scaleway.instance.v2alpha1.VolumeType
nameName of the volume type.
min_sizeMinimum size of the volume in bytes.
max_sizeMaximum size of the volume in bytes.