@gridscale/api
Version:
gridscale API Wrapper
18 lines (17 loc) • 471 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export 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,
}>;