Class ActivityAutoScalingWorkStateType

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

    public class ActivityAutoScalingWorkStateType
    extends AbstractActivityWorkStateType
    implements Serializable, Cloneable, Containerable
    Work state for the auto scaling activity.

    Java class for ActivityAutoScalingWorkStateType complex type.

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

     <complexType name="ActivityAutoScalingWorkStateType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractActivityWorkStateType">
           <sequence>
             <element name="lastClusterState" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ClusterStateType" minOccurs="0"/>
             <element name="lastClusterStateChangeTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="lastReconciliationTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="reconciliationPending" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form