Virtual Tape Resource element object
A virtual tape resource defines the virtualized view of a storage adapter that is backing a tape link as seen by a partition.
Name | Qualifier | Type | Description of specialization |
---|---|---|---|
element-uri | — | String/ URI | The canonical URI path for the Virtual Tape Resource element object is of the
form
/api/tape-link/{tape-link-id}/virtual-tape-resources/{virtual-tape-resource-id} ,
where {tape-link-id} is the object-id of the containing tape link, and
{virtual-tape-resource-id} is the element-id of this virtual tape
resource. |
element-id | — | String (36) | The unique identifier for the virtual tape resource element instance. |
parent | — | String/ URI | The parent of a virtual tape resource is its owning tape link, so the parent value is the canonical URI path for the tape link. |
class | — | String (21) | The class of a Virtual Tape Resource element object is "virtual-tape-resource". |
name | (w)(pc) | String (1-64) | The display name specified for the virtual tape resource. The length and character requirements on this property are the same as those of the name property described in the Base managed object properties schema. Names must be unique to the other virtual tape resources within the parent tape link. |
description | (w)(pc) | String (0-1024) | Arbitrary text providing additional descriptive information about the virtual
tape resource. Default value: an empty string. |
partition-uri | — | String/ URI | The canonical URI path of the partition to which this virtual tape resource is attached. |
device-number | (w)(pc) | String (4) | Device number of the virtual tape resource. The value must be a 4-digit lower
case hexadecimal. The value must be unique across the device numbers of all other virtual tape resource elements and all instances of the objects listed in Channel-based device numbers of the partition identified by partition-uri. Default value: Auto-generated |
adapter-port-uri | (pc) | String/ URI | The canonical URI path for the backing adapter port. The type field of the parent adapter must be "fcp". This value will change when the adapter ports are added or removed through the Add Adapter Ports, Remove Adapter Ports, or Replace Adapter Port operations. The value of this property will be null if an adapter has not been discovered to back this virtual tape resource. |
world-wide-port-name-info | — | world-wide-port-name-info object | Information about the worldwide port name allocated to the virtual tape resource. The element is an instance of a world-wide-port-name-info nested object, as described in Table 2. |
degraded-reasons | (pc) | Array of String Enum | The list of reasons for the degradation of the virtual tape resource. One or
more of the following:
If the status of the partition that this virtual tape resource is associated with is neither "degraded" nor "reservation-error", this list will be empty. |