@gridscale/api
Version:
gridscale API Wrapper
48 lines (47 loc) • 953 B
TypeScript
export declare const $LinkedStorageBrief: {
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;
};
server_uuid: {
type: string;
format: string;
};
last_used_template: {
type: string;
format: string;
};
bootdevice: {
type: string;
};
object_name: {
type: string;
};
};
};