@gridscale/api
Version:
gridscale API Wrapper
44 lines (43 loc) • 860 B
TypeScript
export declare const $LinkedStorage: {
properties: {
storage_type: {
type: string;
};
target: {
type: string;
};
bus: {
type: string;
};
capacity: {
type: string;
};
license_product_no: {
type: string;
};
object_uuid: {
type: string;
format: string;
};
controller: {
type: string;
};
lun: {
type: string;
};
create_time: {
type: string;
format: string;
};
last_used_template: {
type: string;
format: string;
};
bootdevice: {
type: string;
};
object_name: {
type: string;
};
};
};