@gridscale/api
Version:
gridscale API Wrapper
34 lines (33 loc) • 736 B
TypeScript
export declare const $ServerinStrorage: {
type: string;
contains: {
properties: {
bootdevice: {
type: string;
};
bus: {
type: string;
};
controller: {
type: string;
};
create_time: {
type: string;
format: string;
};
lun: {
type: string;
};
object_name: {
type: string;
};
object_uuid: {
type: string;
format: string;
};
target: {
type: string;
};
};
};
};