public interface NodeTemplateNodeTypeFlexibilityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCpus()
public abstract String getCpus()optional string cpus = 3060683;
| Type | Description |
| String | The cpus. |
getCpusBytes()
public abstract ByteString getCpusBytes()optional string cpus = 3060683;
| Type | Description |
| ByteString | The bytes for cpus. |
getLocalSsd()
public abstract String getLocalSsd()optional string local_ssd = 405741360;
| Type | Description |
| String | The localSsd. |
getLocalSsdBytes()
public abstract ByteString getLocalSsdBytes()optional string local_ssd = 405741360;
| Type | Description |
| ByteString | The bytes for localSsd. |
getMemory()
public abstract String getMemory()optional string memory = 532856065;
| Type | Description |
| String | The memory. |
getMemoryBytes()
public abstract ByteString getMemoryBytes()optional string memory = 532856065;
| Type | Description |
| ByteString | The bytes for memory. |
hasCpus()
public abstract boolean hasCpus()optional string cpus = 3060683;
| Type | Description |
| boolean | Whether the cpus field is set. |
hasLocalSsd()
public abstract boolean hasLocalSsd()optional string local_ssd = 405741360;
| Type | Description |
| boolean | Whether the localSsd field is set. |
hasMemory()
public abstract boolean hasMemory()optional string memory = 532856065;
| Type | Description |
| boolean | Whether the memory field is set. |