Package version:

InMageRcm un-protected disk details.

interface InMageRcmUnProtectedDiskDetails {
    capacityInBytes?: number;
    diskId?: string;
    diskName?: string;
}

Properties

capacityInBytes?: number

The disk capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server.

diskId?: string

The disk Id. NOTE: This property will not be serialized. It can only be populated by the server.

diskName?: string

The disk name. NOTE: This property will not be serialized. It can only be populated by the server.