public class NodeTypeSelector extends Object
| Constructor and Description |
|---|
NodeTypeSelector() |
| Modifier and Type | Method and Description |
|---|---|
NodeTypeSelector |
withCategory(String category) |
NodeTypeSelector |
withFleet(String fleet) |
NodeTypeSelector |
withGbPerCore(Integer gbPerCore) |
NodeTypeSelector |
withGraviton() |
NodeTypeSelector |
withIsIoCacheEnabled() |
NodeTypeSelector |
withLocalDisk() |
NodeTypeSelector |
withLocalDiskMinSize(Integer localDiskMinSize) |
NodeTypeSelector |
withMinCores(Integer minCores) |
NodeTypeSelector |
withMinGpus(Integer minGpus) |
NodeTypeSelector |
withMinMemoryGb(Integer minMemoryGb) |
NodeTypeSelector |
withPhotonDriverCapable() |
NodeTypeSelector |
withPhotonWorkerCapable() |
NodeTypeSelector |
withSupportPortForwarding() |
public NodeTypeSelector withMinMemoryGb(Integer minMemoryGb)
public NodeTypeSelector withGbPerCore(Integer gbPerCore)
public NodeTypeSelector withMinCores(Integer minCores)
public NodeTypeSelector withMinGpus(Integer minGpus)
public NodeTypeSelector withLocalDisk()
public NodeTypeSelector withLocalDiskMinSize(Integer localDiskMinSize)
public NodeTypeSelector withCategory(String category)
public NodeTypeSelector withPhotonWorkerCapable()
public NodeTypeSelector withPhotonDriverCapable()
public NodeTypeSelector withGraviton()
public NodeTypeSelector withIsIoCacheEnabled()
public NodeTypeSelector withSupportPortForwarding()
public NodeTypeSelector withFleet(String fleet)
Copyright © 2024. All rights reserved.