@gridscale/api
Version:
gridscale API Wrapper
84 lines (82 loc) • 1.79 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.$IpBrief = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$IpBrief = {
properties: {
create_time: {
type: 'string',
format: 'date-time',
},
status: {
type: 'string',
},
relations: {
type: 'IpRelation',
},
object_uuid: {
type: 'string',
format: 'uuid',
},
location_country: {
type: 'string',
format: 'string',
},
prefix: {
type: 'string',
},
delete_block: {
type: 'boolean',
},
failover: {
type: 'boolean',
},
location_uuid: {
type: 'string',
format: 'uuid',
},
location_name: {
type: 'string',
format: 'string',
},
labels: {
type: 'array',
contains: {
type: 'string',
},
},
change_time: {
type: 'string',
format: 'date-time',
},
ip: {
type: 'string',
},
family: {
type: 'Enum',
},
location_iata: {
type: 'string',
},
reverse_dns: {
type: 'string',
},
current_price: {
type: 'number',
format: 'float',
},
usage_in_minutes: {
type: 'number',
},
name: {
type: 'string',
},
partner_uuid: {
type: 'string',
format: 'uuid',
},
},
};
//# sourceMappingURL=$IpBrief.js.map