UNPKG

@gridscale/api

Version:
15 lines (14 loc) 410 B
export declare type LoadbalancerinIp = Array<{ /** * Defines the date and time the object was initially created. */ create_time?: string; /** * The UUID of loadbalancer. */ loadbalancer_uuid?: string; /** * The human-readable name of the object. It supports the full UTF-8 character set, with a maximum of 64 characters. */ loadbalancer_name?: string; }>;