Class GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_hub_feature.GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci.Jsii$Proxy
-
- All Implemented Interfaces:
GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci
@Stability(Stable) @Internal public static final class GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci
An implementation forGkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci
-
-
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.GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci
GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci.Builder, GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci.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)StringgetGcpServiceAccountEmail()The Google Cloud Service Account Email used for auth when secretType is gcpServiceAccount.StringgetPolicyDir()The absolute path of the directory that contains the local resources.StringgetSecretType()Type of secret configured for access to the Git repo.StringgetSyncRepo()The OCI image repository URL for the package to sync from.StringgetSyncWaitSecs()Period in seconds between consecutive syncs.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(GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci.Builder.
-
-
Method Detail
-
getSecretType
public final String getSecretType()
Description copied from interface:GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciType of secret configured for access to the Git repo.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#secret_type GkeHubFeature#secret_type}
- Specified by:
getSecretTypein interfaceGkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci
-
getGcpServiceAccountEmail
public final String getGcpServiceAccountEmail()
Description copied from interface:GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciThe Google Cloud Service Account Email used for auth when secretType is gcpServiceAccount.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#gcp_service_account_email GkeHubFeature#gcp_service_account_email}
- Specified by:
getGcpServiceAccountEmailin interfaceGkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci
-
getPolicyDir
public final String getPolicyDir()
Description copied from interface:GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciThe absolute path of the directory that contains the local resources. Default: the root directory of the image.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#policy_dir GkeHubFeature#policy_dir}
- Specified by:
getPolicyDirin interfaceGkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci
-
getSyncRepo
public final String getSyncRepo()
Description copied from interface:GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciThe OCI image repository URL for the package to sync from.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#sync_repo GkeHubFeature#sync_repo}
- Specified by:
getSyncRepoin interfaceGkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci
-
getSyncWaitSecs
public final String getSyncWaitSecs()
Description copied from interface:GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciPeriod in seconds between consecutive syncs. Default: 15.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#sync_wait_secs GkeHubFeature#sync_wait_secs}
- Specified by:
getSyncWaitSecsin interfaceGkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci
-
getVersion
public final String getVersion()
Description copied from interface:GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciVersion 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 interfaceGkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-