Class AutoScalingDefinitionType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class AutoScalingDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Defines how auto-scaling should be carried out. (Currently the definition is trivial. This is more or less a placeholder for the future.)

    Java class for AutoScalingDefinitionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AutoScalingDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form