Class ComputeInterconnectMacsecPreSharedKeys.Jsii$Proxy

    • Method Detail

      • getName

        public final String getName()
        Description copied from interface: ComputeInterconnectMacsecPreSharedKeys
        A name for this pre-shared key.

        The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#name ComputeInterconnect#name}

        Specified by:
        getName in interface ComputeInterconnectMacsecPreSharedKeys
      • getFailOpen

        public final Object getFailOpen()
        Description copied from interface: ComputeInterconnectMacsecPreSharedKeys
        If set to true, the Interconnect connection is configured with a should-secure MACsec security policy, that allows the Google router to fallback to cleartext traffic if the MKA session cannot be established.

        By default, the Interconnect connection is configured with a must-secure security policy that drops all traffic if the MKA session cannot be established with your router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#fail_open ComputeInterconnect#fail_open}

        Specified by:
        getFailOpen in interface ComputeInterconnectMacsecPreSharedKeys
      • getStartTime

        public final String getStartTime()
        Description copied from interface: ComputeInterconnectMacsecPreSharedKeys
        A RFC3339 timestamp on or after which the key is valid.

        startTime can be in the future. If the keychain has a single key, startTime can be omitted. If the keychain has multiple keys, startTime is mandatory for each key. The start times of keys must be in increasing order. The start times of two consecutive keys must be at least 6 hours apart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#start_time ComputeInterconnect#start_time}

        Specified by:
        getStartTime in interface ComputeInterconnectMacsecPreSharedKeys
      • $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