Reference Guide

Table Of Contents
Name Description Schema
parent_id
optional
VM from which the snapshot was created. string
source_id
optional
For VM snapshots, this value is the same as parent_id. string
source_timest
amp
optional
Time when the snapshot was created. string (date-time)
volume_attach
Parameters for the volume attach operation.
Name Description Schema
host_group_id
optional
Unique identifier of the host group to be attached to the
volume. Only one of host_id or host_group_id can be
supplied.
string
host_id
optional
Unique identifier of the host to be attached to the volume.
Only one of host_id or host_group_id can be supplied.
string
logical_unit_n
umber
optional
Logical unit number for the host volume access.
Minimum value : 0
Maximum value : 16383
integer (int32)
volume_clone
Parameters for the volume clone operation.
Name Description Schema
description
optional
Description of the clone. This value must contain 128 or
fewer printable Unicode characters.
Maximal length : 128
string
host_group_id
optional
Unique identifier of the host group to be attached to the
clone. Only one of host_id or host_group_id can be supplied.
string
host_id
optional
Unique identifier of the host to be attached to the clone.
Only one of host_id or host_group_id can be supplied.
string
921