Class DnsManagedZonePrivateVisibilityConfigGkeClusters.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dns_managed_zone.DnsManagedZonePrivateVisibilityConfigGkeClusters.Jsii$Proxy
-
- All Implemented Interfaces:
DnsManagedZonePrivateVisibilityConfigGkeClusters,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DnsManagedZonePrivateVisibilityConfigGkeClusters
@Stability(Stable) @Internal public static final class DnsManagedZonePrivateVisibilityConfigGkeClusters.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DnsManagedZonePrivateVisibilityConfigGkeClusters
An implementation forDnsManagedZonePrivateVisibilityConfigGkeClusters
-
-
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.dns_managed_zone.DnsManagedZonePrivateVisibilityConfigGkeClusters
DnsManagedZonePrivateVisibilityConfigGkeClusters.Builder, DnsManagedZonePrivateVisibilityConfigGkeClusters.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DnsManagedZonePrivateVisibilityConfigGkeClusters.Builder builder)Constructor that initializes the object based on literal property values passed by theDnsManagedZonePrivateVisibilityConfigGkeClusters.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)StringgetGkeClusterName()The resource name of the cluster to bind this ManagedZone to.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(DnsManagedZonePrivateVisibilityConfigGkeClusters.Builder builder)
Constructor that initializes the object based on literal property values passed by theDnsManagedZonePrivateVisibilityConfigGkeClusters.Builder.
-
-
Method Detail
-
getGkeClusterName
public final String getGkeClusterName()
Description copied from interface:DnsManagedZonePrivateVisibilityConfigGkeClustersThe resource name of the cluster to bind this ManagedZone to.This should be specified in the format like 'projects/* /locations/* /clusters/*' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#gke_cluster_name DnsManagedZone#gke_cluster_name} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
- Specified by:
getGkeClusterNamein interfaceDnsManagedZonePrivateVisibilityConfigGkeClusters
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-