Class RecurrentMaintenanceWindowSchedule


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20210330")
    public final class RecurrentMaintenanceWindowSchedule
    extends MaintenanceWindowSchedule
    Schedule information for the Maintenance Window that is executed multiple times.
    Note: Objects should always be created or deserialized using the RecurrentMaintenanceWindowSchedule.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the RecurrentMaintenanceWindowSchedule.Builder, which maintain a set of all explicitly set fields called RecurrentMaintenanceWindowSchedule.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Constructor Detail

      • RecurrentMaintenanceWindowSchedule

        @Deprecated
        public RecurrentMaintenanceWindowSchedule​(Date timeMaintenanceWindowStart,
                                                  Date timeMaintenanceWindowEnd,
                                                  String maintenanceWindowRecurrences,
                                                  String maintenanceWindowDuration)
        Deprecated.
    • Method Detail

      • getTimeMaintenanceWindowStart

        public Date getTimeMaintenanceWindowStart()
        Start time of Maintenance window.

        A RFC3339 formatted datetime string

        Returns:
        the value
      • getTimeMaintenanceWindowEnd

        public Date getTimeMaintenanceWindowEnd()
        Start time of Maintenance window.

        A RFC3339 formatted datetime string

        Returns:
        the value
      • getMaintenanceWindowRecurrences

        public String getMaintenanceWindowRecurrences()
        A RFC5545 formatted recurrence string which represents the Maintenance Window Recurrence.

        Please refer this for details:https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 FREQ: Frequency of the Maintenance Window. The supported values are: DAILY and WEEKLY. BYDAY: Comma separated days for Weekly Maintenance Window. BYHOUR: Specifies the start hour of each recurrence after timeMaintenanceWindowStart value. BYMINUTE: Specifies the start minute of each reccurrence after timeMaintenanceWindowStart value. The default value is 00 BYSECOND: Specifies the start second of each reccurrence after timeMaintenanceWindowStart value. The default value is 00 Other Rules are not supported.

        Returns:
        the value
      • getMaintenanceWindowDuration

        public String getMaintenanceWindowDuration()
        Duration time of each recurrence of each Maintenance Window.

        It must be specified as a string in ISO 8601 extended format.

        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class MaintenanceWindowSchedule
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation