Class GetSSLPolicyResult


  • public final class GetSSLPolicyResult
    extends java.lang.Object
    • Method Detail

      • creationTimestamp

        public java.lang.String creationTimestamp()
      • customFeatures

        public java.util.List<java.lang.String> customFeatures()
        Returns:
        If the `profile` is `CUSTOM`, these are the custom encryption ciphers supported by the profile. If the `profile` is *not* `CUSTOM`, this attribute will be empty.
      • description

        public java.lang.String description()
        Returns:
        Description of this SSL Policy.
      • enabledFeatures

        public java.util.List<java.lang.String> enabledFeatures()
        Returns:
        The set of enabled encryption ciphers as a result of the policy config
      • fingerprint

        public java.lang.String fingerprint()
        Returns:
        Fingerprint of this resource.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • minTlsVersion

        public java.lang.String minTlsVersion()
        Returns:
        The minimum supported TLS version of this policy.
      • name

        public java.lang.String name()
      • profile

        public java.lang.String profile()
        Returns:
        The Google-curated or custom profile used by this policy.
      • project

        public java.util.Optional<java.lang.String> project()
      • selfLink

        public java.lang.String selfLink()
        Returns:
        The URI of the created resource.