Class SELinuxOptions

    • Constructor Detail

      • SELinuxOptions

        public SELinuxOptions()
        No args constructor for use in serialization
    • Method Detail

      • getLevel

        public String getLevel()
        Level is SELinux level label that applies to the container.
      • setLevel

        public void setLevel​(String level)
        Level is SELinux level label that applies to the container.
      • getRole

        public String getRole()
        Role is a SELinux role label that applies to the container.
      • setRole

        public void setRole​(String role)
        Role is a SELinux role label that applies to the container.
      • getType

        public String getType()
        Type is a SELinux type label that applies to the container.
      • setType

        public void setType​(String type)
        Type is a SELinux type label that applies to the container.
      • getUser

        public String getUser()
        User is a SELinux user label that applies to the container.
      • setUser

        public void setUser​(String user)
        User is a SELinux user label that applies to the container.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)