Class CloudQuotasQuotaPreferenceQuotaConfig.Jsii$Proxy

    • 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.
    • Method Detail

      • getPreferredValue

        public final String getPreferredValue()
        Description copied from interface: CloudQuotasQuotaPreferenceQuotaConfig
        The 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:
        getPreferredValue in interface CloudQuotasQuotaPreferenceQuotaConfig
      • getAnnotations

        public final Map<String,​String> getAnnotations()
        Description copied from interface: CloudQuotasQuotaPreferenceQuotaConfig
        The 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:
        getAnnotations in interface CloudQuotasQuotaPreferenceQuotaConfig
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object