Class ClusterStateType

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

    public class ClusterStateType
    extends Object
    implements Serializable, Cloneable, Containerable
    State of the cluster for the purposes of auto-scaling.

    Java class for ClusterStateType complex type.

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

     <complexType name="ClusterStateType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="nodeUp" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
             <element name="nodeUpAndAlive" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form