Class GetVmTypesRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-06-05T15:30:56.509-07:00")
    public class GetVmTypesRequest
    extends Object
    Request object for fetching the available virtual machine types based on the given parameters.
    • Constructor Detail

      • GetVmTypesRequest

        public GetVmTypesRequest()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object