@gridscale/api
Version:
gridscale API Wrapper
23 lines (22 loc) • 703 B
TypeScript
export declare type NetworkinFirewall = Array<{
/**
* Defines the date and time the object was initially created.
*/
create_time?: string;
/**
* The UUID of the network you're requesting.
*/
network_uuid?: string;
/**
* The human-readable name of the object. It supports the full UTF-8 character set, with a maximum of 64 characters.
*/
network_name?: string;
/**
* The UUID of an object is always unique, and refers to a specific object.
*/
object_uuid?: string;
/**
* The human-readable name of the object. It supports the full UTF-8 character set, with a maximum of 64 characters.
*/
object_name?: string;
}>;