Class NetworkServicesEdgeCacheKeysetPublicKey.Jsii$Proxy

    • Method Detail

      • getId

        public final String getId()
        Description copied from interface: NetworkServicesEdgeCacheKeysetPublicKey
        The ID of the public key.

        The ID must be 1-63 characters long, and comply with RFC1035. The name must be 1-64 characters long, and match the regular expression [a-zA-Z][a-zA-Z0-9_-]* which means the first character must be a letter, and all following characters must be a dash, underscore, letter or digit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_keyset#id NetworkServicesEdgeCacheKeyset#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:
        getId in interface NetworkServicesEdgeCacheKeysetPublicKey
      • getManaged

        public final Object getManaged()
        Description copied from interface: NetworkServicesEdgeCacheKeysetPublicKey
        Set to true to have the CDN automatically manage this public key value.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_keyset#managed NetworkServicesEdgeCacheKeyset#managed}

        Specified by:
        getManaged in interface NetworkServicesEdgeCacheKeysetPublicKey
      • getValue

        public final String getValue()
        Description copied from interface: NetworkServicesEdgeCacheKeysetPublicKey
        The base64-encoded value of the Ed25519 public key.

        The base64 encoding can be padded (44 bytes) or unpadded (43 bytes). Representations or encodings of the public key other than this will be rejected with an error. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_keyset#value NetworkServicesEdgeCacheKeyset#value}

        Specified by:
        getValue in interface NetworkServicesEdgeCacheKeysetPublicKey
      • $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