public class ResourceSpecs extends Object implements Serializable
RemoteApiVersion#VERSION_1_24
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ResourceSpecs() |
Modifier and Type | Method and Description |
---|---|
Long |
getMemoryBytes() |
Long |
getNanoCPUs() |
ResourceSpecs |
withMemoryBytes(long memoryBytes) |
ResourceSpecs |
withNanoCPUs(long nanoCPUs) |
public static final long serialVersionUID
@CheckForNull public Long getMemoryBytes()
memoryBytes
public ResourceSpecs withMemoryBytes(long memoryBytes)
memoryBytes
@CheckForNull public Long getNanoCPUs()
nanoCPUs
public ResourceSpecs withNanoCPUs(long nanoCPUs)
nanoCPUs
Copyright © 2020. All rights reserved.