description:Contains an arbitrary serialized message along with a @type that describes the type of the serialized message.
Nodes:
type:object
properties:
nodeIp:
type:string
nodeName:
type:string
PoolNodeReply:
NodeReply:
type:object
properties:
ip:
@ -213,7 +191,8 @@ components:
coreTotal:
type:string
memoryUsed:
type:string
type:integer
format:int32
memoryTotal:
type:string
uid:
@ -241,64 +220,13 @@ components:
type:string
diskSize:
type:string
ResourcePoolCreateRequest:
type:object
properties:
poolName:
type:string
nodes:
type:array
items:
$ref:'#/components/schemas/Nodes'
ResourcePoolDeleteRequest:
type:object
properties:
poolId:
type:string
ResourcePoolDetailResponse:
NodesReply:
type:object
properties:
list:
type:array
items:
$ref:'#/components/schemas/PoolNodeReply'
ResourcePoolListData:
type:object
properties:
poolId:
type:string
poolName:
type:string
cpuCores:
type:string
nodeNum:
type:string
gpuNum:
type:string
availableMemory:
type:string
totalMemory:
type:string
diskSize:
type:string
ResourcePoolListResponse:
type:object
properties:
data:
type:array
items:
$ref:'#/components/schemas/ResourcePoolListData'
ResourcePoolUpdateRequest:
type:object
properties:
poolId:
type:string
poolName:
type:string
nodes:
type:array
items:
$ref:'#/components/schemas/Nodes'
$ref:'#/components/schemas/NodeReply'
Status:
type:object
properties:
@ -315,5 +243,20 @@ components:
$ref:'#/components/schemas/GoogleProtobufAny'
description:A list of messages that carry the error details. There is a common set of message types for APIs to use.
description: 'The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data:error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).'