Class GkeHubFeatureFleetDefaultMemberConfigConfigmanagement.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_hub_feature.GkeHubFeatureFleetDefaultMemberConfigConfigmanagement.Jsii$Proxy
-
- All Implemented Interfaces:
GkeHubFeatureFleetDefaultMemberConfigConfigmanagement,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeHubFeatureFleetDefaultMemberConfigConfigmanagement
@Stability(Stable) @Internal public static final class GkeHubFeatureFleetDefaultMemberConfigConfigmanagement.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeHubFeatureFleetDefaultMemberConfigConfigmanagement
An implementation forGkeHubFeatureFleetDefaultMemberConfigConfigmanagement
-
-
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.gke_hub_feature.GkeHubFeatureFleetDefaultMemberConfigConfigmanagement
GkeHubFeatureFleetDefaultMemberConfigConfigmanagement.Builder, GkeHubFeatureFleetDefaultMemberConfigConfigmanagement.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeHubFeatureFleetDefaultMemberConfigConfigmanagement.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeHubFeatureFleetDefaultMemberConfigConfigmanagement.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)GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncgetConfigSync()config_sync block.StringgetManagement()Set this field to MANAGEMENT_AUTOMATIC to enable Config Sync auto-upgrades, and set this field to MANAGEMENT_MANUAL or MANAGEMENT_UNSPECIFIED to disable Config Sync auto-upgrades.StringgetVersion()Version of ACM installed.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(GkeHubFeatureFleetDefaultMemberConfigConfigmanagement.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeHubFeatureFleetDefaultMemberConfigConfigmanagement.Builder.
-
-
Method Detail
-
getConfigSync
public final GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSync getConfigSync()
Description copied from interface:GkeHubFeatureFleetDefaultMemberConfigConfigmanagementconfig_sync block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#config_sync GkeHubFeature#config_sync}
- Specified by:
getConfigSyncin interfaceGkeHubFeatureFleetDefaultMemberConfigConfigmanagement
-
getManagement
public final String getManagement()
Description copied from interface:GkeHubFeatureFleetDefaultMemberConfigConfigmanagementSet this field to MANAGEMENT_AUTOMATIC to enable Config Sync auto-upgrades, and set this field to MANAGEMENT_MANUAL or MANAGEMENT_UNSPECIFIED to disable Config Sync auto-upgrades.Possible values: ["MANAGEMENT_UNSPECIFIED", "MANAGEMENT_AUTOMATIC", "MANAGEMENT_MANUAL"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#management GkeHubFeature#management}
- Specified by:
getManagementin interfaceGkeHubFeatureFleetDefaultMemberConfigConfigmanagement
-
getVersion
public final String getVersion()
Description copied from interface:GkeHubFeatureFleetDefaultMemberConfigConfigmanagementVersion of ACM installed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#version GkeHubFeature#version}
- Specified by:
getVersionin interfaceGkeHubFeatureFleetDefaultMemberConfigConfigmanagement
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-