Interface ApplicationRef

  • All Superinterfaces:
    ConfigBeanProxy, jakarta.validation.Payload

    public interface ApplicationRef
    extends ConfigBeanProxy, jakarta.validation.Payload
    References to applications deployed to the server instance
    • Method Detail

      • getEnabled

        String getEnabled()
        Gets the value of the enabled property.
        Returns:
        possible object is String
      • getVirtualServers

        String getVirtualServers()
        Gets the value of the virtualServers property.
        Returns:
        possible object is String
      • getLbEnabled

        String getLbEnabled()
        Gets the value of the lbEnabled property. A boolean flag that causes any and all load-balancers using this application to consider this application unavailable to them.
        Returns:
        possible object is String
      • getDisableTimeoutInMinutes

        String getDisableTimeoutInMinutes()
        Gets the value of the disableTimeoutInMinutes property. The time, in minutes, that it takes this application to reach a quiescent state after having been disabled
        Returns:
        possible object is String
      • getRef

        @NotNull
        @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;:#]*",
                 message="{appref.invalid.name}",
                 payload=ApplicationRef.class)
        @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;:#]*",message="{appref.invalid.name}",payload=ApplicationRef.class) String getRef()
        Gets the value of the ref property.
        Returns:
        possible object is String