Class EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Jsii$Proxy
-
- All Implemented Interfaces:
EdgecontainerClusterMaintenancePolicyWindowRecurringWindow,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EdgecontainerClusterMaintenancePolicyWindowRecurringWindow
@Stability(Stable) @Internal public static final class EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EdgecontainerClusterMaintenancePolicyWindowRecurringWindow
An implementation forEdgecontainerClusterMaintenancePolicyWindowRecurringWindow
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterMaintenancePolicyWindowRecurringWindow
EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builder, EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builder builder)Constructor that initializes the object based on literal property values passed by theEdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetRecurrence()An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window recurs.EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindowgetWindow()window block.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builder builder)
Constructor that initializes the object based on literal property values passed by theEdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builder.
-
-
Method Detail
-
getRecurrence
public final String getRecurrence()
Description copied from interface:EdgecontainerClusterMaintenancePolicyWindowRecurringWindowAn RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window recurs. They go on for the span of time between the start and end time.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#recurrence EdgecontainerCluster#recurrence}
- Specified by:
getRecurrencein interfaceEdgecontainerClusterMaintenancePolicyWindowRecurringWindow
-
getWindow
public final EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow getWindow()
Description copied from interface:EdgecontainerClusterMaintenancePolicyWindowRecurringWindowwindow block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#window EdgecontainerCluster#window}
- Specified by:
getWindowin interfaceEdgecontainerClusterMaintenancePolicyWindowRecurringWindow
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-