Class GetVmTypesRequest

java.lang.Object
com.cloudera.cdp.datahub.model.GetVmTypesRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class GetVmTypesRequest extends Object
Request object for fetching the available virtual machine types based on the given parameters.
  • Constructor Details

    • GetVmTypesRequest

      public GetVmTypesRequest()
  • Method Details

    • getClusterTemplate

      public String getClusterTemplate()
      Getter for clusterTemplate. The name of the given cluster template.
    • setClusterTemplate

      public void setClusterTemplate(String clusterTemplate)
      Setter for clusterTemplate. The name of the given cluster template.
    • getCredential

      public String getCredential()
      Getter for credential. The name or CRN of the credential that is required to access the cloud provider.
    • setCredential

      public void setCredential(String credential)
      Setter for credential. The name or CRN of the credential that is required to access the cloud provider.
    • getRegion

      public String getRegion()
      Getter for region. The region where we should look for the supported VM types.
    • setRegion

      public void setRegion(String region)
      Setter for region. The region where we should look for the supported VM types.
    • getAvailabilityZone

      public String getAvailabilityZone()
      Getter for availabilityZone. The selected availability zone.
    • setAvailabilityZone

      public void setAvailabilityZone(String availabilityZone)
      Setter for availabilityZone. The selected availability zone.
    • getClusterDefinitionName

      public String getClusterDefinitionName()
      Getter for clusterDefinitionName. The name of the cluster definition.
    • setClusterDefinitionName

      public void setClusterDefinitionName(String clusterDefinitionName)
      Setter for clusterDefinitionName. The name of the cluster definition.
    • 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