public interface ProvisionResourceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAnnotations(java.lang.String key)
annotation/labels for the nodes
|
java.util.Map<java.lang.String,java.lang.String> |
getAnnotations()
Deprecated.
|
int |
getAnnotationsCount()
annotation/labels for the nodes
|
java.util.Map<java.lang.String,java.lang.String> |
getAnnotationsMap()
annotation/labels for the nodes
|
java.lang.String |
getAnnotationsOrDefault(java.lang.String key,
java.lang.String defaultValue)
annotation/labels for the nodes
|
java.lang.String |
getAnnotationsOrThrow(java.lang.String key)
annotation/labels for the nodes
|
java.lang.String |
getCpus()
number of cpus per node
|
com.google.protobuf.ByteString |
getCpusBytes()
number of cpus per node
|
java.lang.String |
getImage()
image for the node
|
com.google.protobuf.ByteString |
getImageBytes()
image for the node
|
java.lang.String |
getMemories()
number of memories per node
|
com.google.protobuf.ByteString |
getMemoriesBytes()
number of memories per node
|
java.lang.String |
getName()
identity of the resource, can be queryable by this name
|
com.google.protobuf.ByteString |
getNameBytes()
identity of the resource, can be queryable by this name
|
int |
getNumOfNodes()
int32 num_of_nodes = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
identity of the resource, can be queryable by this name
string name = 1;com.google.protobuf.ByteString getNameBytes()
identity of the resource, can be queryable by this name
string name = 1;int getNumOfNodes()
int32 num_of_nodes = 2;java.lang.String getCpus()
number of cpus per node
string cpus = 3;com.google.protobuf.ByteString getCpusBytes()
number of cpus per node
string cpus = 3;java.lang.String getMemories()
number of memories per node
string memories = 4;com.google.protobuf.ByteString getMemoriesBytes()
number of memories per node
string memories = 4;java.lang.String getImage()
image for the node
string image = 5;com.google.protobuf.ByteString getImageBytes()
image for the node
string image = 5;int getAnnotationsCount()
annotation/labels for the nodes
map<string, string> annotations = 6;boolean containsAnnotations(java.lang.String key)
annotation/labels for the nodes
map<string, string> annotations = 6;@Deprecated java.util.Map<java.lang.String,java.lang.String> getAnnotations()
getAnnotationsMap() instead.java.util.Map<java.lang.String,java.lang.String> getAnnotationsMap()
annotation/labels for the nodes
map<string, string> annotations = 6;java.lang.String getAnnotationsOrDefault(java.lang.String key,
java.lang.String defaultValue)
annotation/labels for the nodes
map<string, string> annotations = 6;java.lang.String getAnnotationsOrThrow(java.lang.String key)
annotation/labels for the nodes
map<string, string> annotations = 6;Copyright © 2024. All rights reserved.