Class PendingMaintenanceActionDetails

    • Method Detail

      • action

        public final String action()

        Displays the specific action of a pending maintenance action.

        Returns:
        Displays the specific action of a pending maintenance action.
      • autoAppliedAfterDate

        public final String autoAppliedAfterDate()

        Displays the date of the maintenance window when the action is applied. The maintenance action is applied to the resource during its first maintenance window after this date. If this date is specified, any NEXT_MAINTENANCE optInType requests are ignored.

        Returns:
        Displays the date of the maintenance window when the action is applied. The maintenance action is applied to the resource during its first maintenance window after this date. If this date is specified, any NEXT_MAINTENANCE optInType requests are ignored.
      • currentApplyDate

        public final String currentApplyDate()

        Displays the effective date when the pending maintenance action is applied to the resource.

        Returns:
        Displays the effective date when the pending maintenance action is applied to the resource.
      • description

        public final String description()

        Displays a description providing more detail about the maintenance action.

        Returns:
        Displays a description providing more detail about the maintenance action.
      • forcedApplyDate

        public final String forcedApplyDate()

        Displays the date when the maintenance action is automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any IMMEDIATE optInType requests are ignored.

        Returns:
        Displays the date when the maintenance action is automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any IMMEDIATE optInType requests are ignored.
      • optInStatus

        public final String optInStatus()

        Displays the type of optInType request that has been received for the resource.

        Returns:
        Displays the type of optInType request that has been received for the resource.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)