Class CloudQuotasQuotaPreferenceQuotaConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_quotas_quota_preference.CloudQuotasQuotaPreferenceQuotaConfig.Jsii$Proxy
-
- All Implemented Interfaces:
CloudQuotasQuotaPreferenceQuotaConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudQuotasQuotaPreferenceQuotaConfig
@Stability(Stable) @Internal public static final class CloudQuotasQuotaPreferenceQuotaConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudQuotasQuotaPreferenceQuotaConfig
An implementation forCloudQuotasQuotaPreferenceQuotaConfig
-
-
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.cloud_quotas_quota_preference.CloudQuotasQuotaPreferenceQuotaConfig
CloudQuotasQuotaPreferenceQuotaConfig.Builder, CloudQuotasQuotaPreferenceQuotaConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudQuotasQuotaPreferenceQuotaConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudQuotasQuotaPreferenceQuotaConfig.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()The annotations map for clients to store small amounts of arbitrary data.StringgetPreferredValue()The preferred value.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(CloudQuotasQuotaPreferenceQuotaConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudQuotasQuotaPreferenceQuotaConfig.Builder.
-
-
Method Detail
-
getPreferredValue
public final String getPreferredValue()
Description copied from interface:CloudQuotasQuotaPreferenceQuotaConfigThe preferred value.Must be greater than or equal to -1. If set to -1, it means the value is "unlimited". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_quotas_quota_preference#preferred_value CloudQuotasQuotaPreference#preferred_value}
- Specified by:
getPreferredValuein interfaceCloudQuotasQuotaPreferenceQuotaConfig
-
getAnnotations
public final Map<String,String> getAnnotations()
Description copied from interface:CloudQuotasQuotaPreferenceQuotaConfigThe annotations map for clients to store small amounts of arbitrary data.Do not put PII or other sensitive information here. See https://google.aip.dev/128#annotations. An object containing a list of "key: value" pairs. Example: '{ "name": "wrench", "mass": "1.3kg", "count": "3" }'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_quotas_quota_preference#annotations CloudQuotasQuotaPreference#annotations}
- Specified by:
getAnnotationsin interfaceCloudQuotasQuotaPreferenceQuotaConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-