Class ContainerClusterMaintenancePolicyRecurringWindow.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterMaintenancePolicyRecurringWindow.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerClusterMaintenancePolicyRecurringWindow,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerClusterMaintenancePolicyRecurringWindow
@Stability(Stable) @Internal public static final class ContainerClusterMaintenancePolicyRecurringWindow.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerClusterMaintenancePolicyRecurringWindow
An implementation forContainerClusterMaintenancePolicyRecurringWindow
-
-
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.container_cluster.ContainerClusterMaintenancePolicyRecurringWindow
ContainerClusterMaintenancePolicyRecurringWindow.Builder, ContainerClusterMaintenancePolicyRecurringWindow.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerClusterMaintenancePolicyRecurringWindow.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerClusterMaintenancePolicyRecurringWindow.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)StringgetEndTime()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#end_time ContainerCluster#end_time}.StringgetRecurrence()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#recurrence ContainerCluster#recurrence}.StringgetStartTime()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#start_time ContainerCluster#start_time}.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(ContainerClusterMaintenancePolicyRecurringWindow.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerClusterMaintenancePolicyRecurringWindow.Builder.
-
-
Method Detail
-
getEndTime
public final String getEndTime()
Description copied from interface:ContainerClusterMaintenancePolicyRecurringWindowDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#end_time ContainerCluster#end_time}.- Specified by:
getEndTimein interfaceContainerClusterMaintenancePolicyRecurringWindow
-
getRecurrence
public final String getRecurrence()
Description copied from interface:ContainerClusterMaintenancePolicyRecurringWindowDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#recurrence ContainerCluster#recurrence}.- Specified by:
getRecurrencein interfaceContainerClusterMaintenancePolicyRecurringWindow
-
getStartTime
public final String getStartTime()
Description copied from interface:ContainerClusterMaintenancePolicyRecurringWindowDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#start_time ContainerCluster#start_time}.- Specified by:
getStartTimein interfaceContainerClusterMaintenancePolicyRecurringWindow
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-