Class DescribeAllowedInstanceTypesResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class DescribeAllowedInstanceTypesResponse
    extends CdpResponse
    Response object for the describeAllowedInstanceTypes method.
    • Constructor Detail

      • DescribeAllowedInstanceTypesResponse

        public DescribeAllowedInstanceTypesResponse()
    • Method Detail

      • getAws

        public AllowedInstanceTypes getAws()
        Getter for aws. Instance type settings that are being used during cluster creation command on the AWS platform
      • setAws

        public void setAws​(AllowedInstanceTypes aws)
        Setter for aws. Instance type settings that are being used during cluster creation command on the AWS platform
      • getAzure

        public AllowedInstanceTypes getAzure()
        Getter for azure. Instance type settings that are being used during cluster creation command on the Azure platform
      • setAzure

        public void setAzure​(AllowedInstanceTypes azure)
        Setter for azure. Instance type settings that are being used during cluster creation command on the Azure platform
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object