Class CustomInstanceTypes

java.lang.Object
com.cloudera.cdp.opdb.model.CustomInstanceTypes

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:41.282-08:00") public class CustomInstanceTypes extends Object
Custom VM Instance Types.
  • Constructor Details

    • CustomInstanceTypes

      public CustomInstanceTypes()
  • Method Details

    • getMasterType

      public String getMasterType()
      Getter for masterType. Master VM Instance Type.
    • setMasterType

      public void setMasterType(String masterType)
      Setter for masterType. Master VM Instance Type.
    • getWorkerType

      public String getWorkerType()
      Getter for workerType. Worker VM Instance Type.
    • setWorkerType

      public void setWorkerType(String workerType)
      Setter for workerType. Worker VM Instance Type.
    • getGatewayType

      public String getGatewayType()
      Getter for gatewayType. Gateway VM Instance Type.
    • setGatewayType

      public void setGatewayType(String gatewayType)
      Setter for gatewayType. Gateway VM Instance Type.
    • getLeaderType

      public String getLeaderType()
      Getter for leaderType. Leader VM Instance Type.
    • setLeaderType

      public void setLeaderType(String leaderType)
      Setter for leaderType. Leader VM Instance Type.
    • getEdgeType

      public String getEdgeType()
      Getter for edgeType. Edge VM Instance Type.
    • setEdgeType

      public void setEdgeType(String edgeType)
      Setter for edgeType. Edge VM Instance Type.
    • getComputeType

      public String getComputeType()
      Getter for computeType. Compute VM Instance Type.
    • setComputeType

      public void setComputeType(String computeType)
      Setter for computeType. Compute VM Instance Type.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object