Class AdministrativeOperationalStateType

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

    public class AdministrativeOperationalStateType
    extends Object
    implements Serializable, Cloneable, Containerable
    Structure containing metadata about administrative operational state of the resource. Administrative operational state is set manually by midPoint users (e.g. administrator). This is in contrast with OperationalStateType setting, which is set automatically by the midPoint. It signalizes whether resource is up and OPERATIONAL to receive provisioning requests or is down in MAINTENANCE and midPoint should not contact it during the provisioning. This setting is useful when resource is e.g. undergoing planned maintenance to save computing time and error messages. EXPERIMENTAL FEATURE! Contributed by the community. <p>Java class for AdministrativeOperationalStateType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AdministrativeOperationalStateType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="administrativeAvailabilityStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AdministrativeAvailabilityStatusType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form