Class CfnCloudExadataInfrastructure.MaintenanceWindowProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.odb.CfnCloudExadataInfrastructure.MaintenanceWindowProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCloudExadataInfrastructure.MaintenanceWindowProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCloudExadataInfrastructure.MaintenanceWindowProperty
@Stability(Stable)
@Internal
public static final class CfnCloudExadataInfrastructure.MaintenanceWindowProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCloudExadataInfrastructure.MaintenanceWindowProperty
An implementation for
CfnCloudExadataInfrastructure.MaintenanceWindowProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.odb.CfnCloudExadataInfrastructure.MaintenanceWindowProperty
CfnCloudExadataInfrastructure.MaintenanceWindowProperty.Builder, CfnCloudExadataInfrastructure.MaintenanceWindowProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCloudExadataInfrastructure.MaintenanceWindowProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
The custom action timeout in minutes for the maintenance window.The days of the week when maintenance can be performed.final Object
The hours of the day when maintenance can be performed.final Object
Indicates whether custom action timeout is enabled for the maintenance window.final Number
The lead time in weeks before the maintenance window.The months when maintenance can be performed.final String
The patching mode for the maintenance window.final String
The preference for the maintenance window scheduling.final Object
The weeks of the month when maintenance can be performed.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCloudExadataInfrastructure.MaintenanceWindowProperty.Builder
.
-
-
Method Details
-
getCustomActionTimeoutInMins
Description copied from interface:CfnCloudExadataInfrastructure.MaintenanceWindowProperty
The custom action timeout in minutes for the maintenance window.- Specified by:
getCustomActionTimeoutInMins
in interfaceCfnCloudExadataInfrastructure.MaintenanceWindowProperty
- See Also:
-
getDaysOfWeek
Description copied from interface:CfnCloudExadataInfrastructure.MaintenanceWindowProperty
The days of the week when maintenance can be performed.- Specified by:
getDaysOfWeek
in interfaceCfnCloudExadataInfrastructure.MaintenanceWindowProperty
- See Also:
-
getHoursOfDay
Description copied from interface:CfnCloudExadataInfrastructure.MaintenanceWindowProperty
The hours of the day when maintenance can be performed.- Specified by:
getHoursOfDay
in interfaceCfnCloudExadataInfrastructure.MaintenanceWindowProperty
- See Also:
-
getIsCustomActionTimeoutEnabled
Description copied from interface:CfnCloudExadataInfrastructure.MaintenanceWindowProperty
Indicates whether custom action timeout is enabled for the maintenance window.- Specified by:
getIsCustomActionTimeoutEnabled
in interfaceCfnCloudExadataInfrastructure.MaintenanceWindowProperty
- See Also:
-
getLeadTimeInWeeks
Description copied from interface:CfnCloudExadataInfrastructure.MaintenanceWindowProperty
The lead time in weeks before the maintenance window.- Specified by:
getLeadTimeInWeeks
in interfaceCfnCloudExadataInfrastructure.MaintenanceWindowProperty
- See Also:
-
getMonths
Description copied from interface:CfnCloudExadataInfrastructure.MaintenanceWindowProperty
The months when maintenance can be performed.- Specified by:
getMonths
in interfaceCfnCloudExadataInfrastructure.MaintenanceWindowProperty
- See Also:
-
getPatchingMode
Description copied from interface:CfnCloudExadataInfrastructure.MaintenanceWindowProperty
The patching mode for the maintenance window.- Specified by:
getPatchingMode
in interfaceCfnCloudExadataInfrastructure.MaintenanceWindowProperty
- See Also:
-
getPreference
Description copied from interface:CfnCloudExadataInfrastructure.MaintenanceWindowProperty
The preference for the maintenance window scheduling.- Specified by:
getPreference
in interfaceCfnCloudExadataInfrastructure.MaintenanceWindowProperty
- See Also:
-
getWeeksOfMonth
Description copied from interface:CfnCloudExadataInfrastructure.MaintenanceWindowProperty
The weeks of the month when maintenance can be performed.- Specified by:
getWeeksOfMonth
in interfaceCfnCloudExadataInfrastructure.MaintenanceWindowProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-