Class OperationalStateType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class OperationalStateType
    extends Object
    implements Serializable, Cloneable, Containerable
    Structure containing metadata about operational state of the resource. E.g. if resource is up or down, when it was last checked, etc. It should not contain configuration, just the operational state.

    Java class for OperationalStateType complex type.

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

     <complexType name="OperationalStateType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="lastAvailabilityStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AvailabilityStatusType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form