Class InstanceTemplate


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class InstanceTemplate
    extends Object
    Instance template that specifies the core information for the instances.
    • Constructor Detail

      • InstanceTemplate

        public InstanceTemplate()
    • Method Detail

      • getAttachedVolumes

        public List<AttachedVolume> getAttachedVolumes()
        Getter for attachedVolumes. The attached volume configuration(s).
      • setAttachedVolumes

        public void setAttachedVolumes​(List<AttachedVolume> attachedVolumes)
        Setter for attachedVolumes. The attached volume configuration(s).
      • setAwsProperties

        public void setAwsProperties​(AwsFreeIpaInstanceTemplateParams awsProperties)
        Setter for awsProperties. AWS specific FreeIPA parameters.
      • getInstanceType

        public String getInstanceType()
        Getter for instanceType. The type of the instance.
      • setInstanceType

        public void setInstanceType​(String instanceType)
        Setter for instanceType. The type of the instance.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object