Class ContainerAttachedClusterConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_attached_cluster.ContainerAttachedClusterConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerAttachedClusterConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerAttachedClusterConfig
@Stability(Stable) @Internal public static final class ContainerAttachedClusterConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerAttachedClusterConfig
An implementation forContainerAttachedClusterConfig
-
-
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_attached_cluster.ContainerAttachedClusterConfig
ContainerAttachedClusterConfig.Builder, ContainerAttachedClusterConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerAttachedClusterConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAttachedClusterConfig.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)Map<String,String>getAnnotations()Optional.ContainerAttachedClusterAuthorizationgetAuthorization()authorization block.ContainerAttachedClusterBinaryAuthorizationgetBinaryAuthorization()binary_authorization block.ObjectgetConnection()ObjectgetCount()StringgetDeletionPolicy()Policy to determine what flags to send on delete.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()A human readable description of this attached cluster.StringgetDistribution()The Kubernetes distribution of the underlying attached cluster.ContainerAttachedClusterFleetgetFleet()fleet block.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#id ContainerAttachedCluster#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()The location for the resource.ContainerAttachedClusterLoggingConfiggetLoggingConfig()logging_config block.ContainerAttachedClusterMonitoringConfiggetMonitoringConfig()monitoring_config block.StringgetName()The name of this resource.ContainerAttachedClusterOidcConfiggetOidcConfig()oidc_config block.StringgetPlatformVersion()The platform version for the cluster (e.g.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#project ContainerAttachedCluster#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ContainerAttachedClusterProxyConfiggetProxyConfig()proxy_config block.ContainerAttachedClusterTimeoutsgetTimeouts()timeouts 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(ContainerAttachedClusterConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerAttachedClusterConfig.Builder.
-
-
Method Detail
-
getDistribution
public final String getDistribution()
Description copied from interface:ContainerAttachedClusterConfigThe Kubernetes distribution of the underlying attached cluster.Supported values: "eks", "aks", "generic". The generic distribution provides the ability to register or migrate any CNCF conformant cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#distribution ContainerAttachedCluster#distribution}
- Specified by:
getDistributionin interfaceContainerAttachedClusterConfig
-
getFleet
public final ContainerAttachedClusterFleet getFleet()
Description copied from interface:ContainerAttachedClusterConfigfleet block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#fleet ContainerAttachedCluster#fleet}
- Specified by:
getFleetin interfaceContainerAttachedClusterConfig
-
getLocation
public final String getLocation()
Description copied from interface:ContainerAttachedClusterConfigThe location for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#location ContainerAttachedCluster#location}
- Specified by:
getLocationin interfaceContainerAttachedClusterConfig
-
getName
public final String getName()
Description copied from interface:ContainerAttachedClusterConfigThe name of this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#name ContainerAttachedCluster#name}
- Specified by:
getNamein interfaceContainerAttachedClusterConfig
-
getOidcConfig
public final ContainerAttachedClusterOidcConfig getOidcConfig()
Description copied from interface:ContainerAttachedClusterConfigoidc_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#oidc_config ContainerAttachedCluster#oidc_config}
- Specified by:
getOidcConfigin interfaceContainerAttachedClusterConfig
-
getPlatformVersion
public final String getPlatformVersion()
Description copied from interface:ContainerAttachedClusterConfigThe platform version for the cluster (e.g. '1.23.0-gke.1').Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#platform_version ContainerAttachedCluster#platform_version}
- Specified by:
getPlatformVersionin interfaceContainerAttachedClusterConfig
-
getAnnotations
public final Map<String,String> getAnnotations()
Description copied from interface:ContainerAttachedClusterConfigOptional.Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field 'effective_annotations' for all of the annotations present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#annotations ContainerAttachedCluster#annotations}
- Specified by:
getAnnotationsin interfaceContainerAttachedClusterConfig
-
getAuthorization
public final ContainerAttachedClusterAuthorization getAuthorization()
Description copied from interface:ContainerAttachedClusterConfigauthorization block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#authorization ContainerAttachedCluster#authorization}
- Specified by:
getAuthorizationin interfaceContainerAttachedClusterConfig
-
getBinaryAuthorization
public final ContainerAttachedClusterBinaryAuthorization getBinaryAuthorization()
Description copied from interface:ContainerAttachedClusterConfigbinary_authorization block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#binary_authorization ContainerAttachedCluster#binary_authorization}
- Specified by:
getBinaryAuthorizationin interfaceContainerAttachedClusterConfig
-
getDeletionPolicy
public final String getDeletionPolicy()
Description copied from interface:ContainerAttachedClusterConfigPolicy to determine what flags to send on delete.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#deletion_policy ContainerAttachedCluster#deletion_policy}
- Specified by:
getDeletionPolicyin interfaceContainerAttachedClusterConfig
-
getDescription
public final String getDescription()
Description copied from interface:ContainerAttachedClusterConfigA human readable description of this attached cluster. Cannot be longer than 255 UTF-8 encoded bytes.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#description ContainerAttachedCluster#description}
- Specified by:
getDescriptionin interfaceContainerAttachedClusterConfig
-
getId
public final String getId()
Description copied from interface:ContainerAttachedClusterConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#id ContainerAttachedCluster#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceContainerAttachedClusterConfig
-
getLoggingConfig
public final ContainerAttachedClusterLoggingConfig getLoggingConfig()
Description copied from interface:ContainerAttachedClusterConfiglogging_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#logging_config ContainerAttachedCluster#logging_config}
- Specified by:
getLoggingConfigin interfaceContainerAttachedClusterConfig
-
getMonitoringConfig
public final ContainerAttachedClusterMonitoringConfig getMonitoringConfig()
Description copied from interface:ContainerAttachedClusterConfigmonitoring_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#monitoring_config ContainerAttachedCluster#monitoring_config}
- Specified by:
getMonitoringConfigin interfaceContainerAttachedClusterConfig
-
getProject
public final String getProject()
Description copied from interface:ContainerAttachedClusterConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#project ContainerAttachedCluster#project}.- Specified by:
getProjectin interfaceContainerAttachedClusterConfig
-
getProxyConfig
public final ContainerAttachedClusterProxyConfig getProxyConfig()
Description copied from interface:ContainerAttachedClusterConfigproxy_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#proxy_config ContainerAttachedCluster#proxy_config}
- Specified by:
getProxyConfigin interfaceContainerAttachedClusterConfig
-
getTimeouts
public final ContainerAttachedClusterTimeouts getTimeouts()
Description copied from interface:ContainerAttachedClusterConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#timeouts ContainerAttachedCluster#timeouts}
- Specified by:
getTimeoutsin interfaceContainerAttachedClusterConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-