Class NodeType
- java.lang.Object
-
- com.databricks.sdk.service.compute.NodeType
-
@Generated public class NodeType extends Object
-
-
Constructor Summary
Constructors Constructor Description NodeType()
-
Method Summary
-
-
-
Method Detail
-
getCategory
public String getCategory()
-
getDescription
public String getDescription()
-
getDisplayOrder
public Long getDisplayOrder()
-
getInstanceTypeId
public String getInstanceTypeId()
-
getIsDeprecated
public Boolean getIsDeprecated()
-
getIsEncryptedInTransit
public Boolean getIsEncryptedInTransit()
-
getIsGraviton
public Boolean getIsGraviton()
-
getIsHidden
public Boolean getIsHidden()
-
getIsIoCacheEnabled
public Boolean getIsIoCacheEnabled()
-
getMemoryMb
public Long getMemoryMb()
-
setNodeInfo
public NodeType setNodeInfo(CloudProviderNodeInfo nodeInfo)
-
getNodeInfo
public CloudProviderNodeInfo getNodeInfo()
-
setNodeInstanceType
public NodeType setNodeInstanceType(NodeInstanceType nodeInstanceType)
-
getNodeInstanceType
public NodeInstanceType getNodeInstanceType()
-
getNodeTypeId
public String getNodeTypeId()
-
getNumCores
public Float getNumCores()
-
getNumGpus
public Long getNumGpus()
-
getPhotonDriverCapable
public Boolean getPhotonDriverCapable()
-
getPhotonWorkerCapable
public Boolean getPhotonWorkerCapable()
-
getSupportClusterTags
public Boolean getSupportClusterTags()
-
getSupportEbsVolumes
public Boolean getSupportEbsVolumes()
-
getSupportPortForwarding
public Boolean getSupportPortForwarding()
-
-