@gridscale/api
Version:
gridscale API Wrapper
25 lines (24 loc) • 546 B
TypeScript
export declare const $NetworkinFirewall: {
type: string;
contains: {
properties: {
create_time: {
type: string;
format: string;
};
network_uuid: {
type: string;
};
network_name: {
type: string;
};
object_uuid: {
type: string;
format: string;
};
object_name: {
type: string;
};
};
};
};