Class AllowedHostPathV1Beta1.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

      • getPathPrefix

        public final String getPathPrefix()
        Description copied from interface: AllowedHostPathV1Beta1
        pathPrefix is the path prefix that the host volume must match.

        It does not support *. Trailing slashes are trimmed when validating the path prefix with a host path.

        Examples: /foo would allow /foo, /foo/ and /foo/bar /foo would not allow /food or /etc/foo

        Specified by:
        getPathPrefix in interface AllowedHostPathV1Beta1
      • $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