Class GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_hub_feature_membership.GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles.Jsii$Proxy
-
- All Implemented Interfaces:
GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles
@Stability(Stable) @Internal public static final class GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles
An implementation forGkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles
-
-
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_membership.GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles
GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles.Builder, GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles.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)StringgetBundleName()The name for the key in the map for which this object is mapped to in the API.List<String>getExemptedNamespaces()The set of namespaces to be exempted from the bundle.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(GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles.Builder.
-
-
Method Detail
-
getBundleName
public final String getBundleName()
Description copied from interface:GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundlesThe name for the key in the map for which this object is mapped to in the API.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#bundle_name GkeHubFeatureMembership#bundle_name}
- Specified by:
getBundleNamein interfaceGkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles
-
getExemptedNamespaces
public final List<String> getExemptedNamespaces()
Description copied from interface:GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundlesThe set of namespaces to be exempted from the bundle.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#exempted_namespaces GkeHubFeatureMembership#exempted_namespaces}
- Specified by:
getExemptedNamespacesin interfaceGkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-