@gridscale/api
Version:
gridscale API Wrapper
26 lines (25 loc) • 492 B
TypeScript
export declare const $LinkedIpBrief: {
properties: {
object_uuid: {
type: string;
format: string;
};
family: {
type: string;
};
prefix: {
type: string;
};
create_time: {
type: string;
format: string;
};
server_uuid: {
type: string;
format: string;
};
ip: {
type: string;
};
};
};