Class NodeType

    • Constructor Detail

      • NodeType

        public NodeType()
    • Method Detail

      • getCategory

        public String getCategory()
      • setDescription

        public NodeType setDescription​(String description)
      • getDescription

        public String getDescription()
      • setDisplayOrder

        public NodeType setDisplayOrder​(Long displayOrder)
      • getDisplayOrder

        public Long getDisplayOrder()
      • setInstanceTypeId

        public NodeType setInstanceTypeId​(String instanceTypeId)
      • getInstanceTypeId

        public String getInstanceTypeId()
      • setIsDeprecated

        public NodeType setIsDeprecated​(Boolean isDeprecated)
      • getIsDeprecated

        public Boolean getIsDeprecated()
      • setIsEncryptedInTransit

        public NodeType setIsEncryptedInTransit​(Boolean isEncryptedInTransit)
      • getIsEncryptedInTransit

        public Boolean getIsEncryptedInTransit()
      • getIsGraviton

        public Boolean getIsGraviton()
      • getIsHidden

        public Boolean getIsHidden()
      • setIsIoCacheEnabled

        public NodeType setIsIoCacheEnabled​(Boolean isIoCacheEnabled)
      • getIsIoCacheEnabled

        public Boolean getIsIoCacheEnabled()
      • setMemoryMb

        public NodeType setMemoryMb​(Long memoryMb)
      • getMemoryMb

        public Long getMemoryMb()
      • setNodeTypeId

        public NodeType setNodeTypeId​(String nodeTypeId)
      • getNodeTypeId

        public String getNodeTypeId()
      • getNumCores

        public Float getNumCores()
      • getNumGpus

        public Long getNumGpus()
      • setPhotonDriverCapable

        public NodeType setPhotonDriverCapable​(Boolean photonDriverCapable)
      • getPhotonDriverCapable

        public Boolean getPhotonDriverCapable()
      • setPhotonWorkerCapable

        public NodeType setPhotonWorkerCapable​(Boolean photonWorkerCapable)
      • getPhotonWorkerCapable

        public Boolean getPhotonWorkerCapable()
      • setSupportClusterTags

        public NodeType setSupportClusterTags​(Boolean supportClusterTags)
      • getSupportClusterTags

        public Boolean getSupportClusterTags()
      • setSupportEbsVolumes

        public NodeType setSupportEbsVolumes​(Boolean supportEbsVolumes)
      • getSupportEbsVolumes

        public Boolean getSupportEbsVolumes()
      • setSupportPortForwarding

        public NodeType setSupportPortForwarding​(Boolean supportPortForwarding)
      • getSupportPortForwarding

        public Boolean getSupportPortForwarding()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object