Class VSpherePermission

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<VSpherePermissionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class VSpherePermission
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<VSpherePermissionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    VSpherePermission captures the details of the privileges being requested for the list of entities.
    See Also:
    Serialized Form
    • Constructor Detail

      • VSpherePermission

        public VSpherePermission()
        No args constructor for use in serialization
      • VSpherePermission

        public VSpherePermission​(List<String> privileges)
    • Method Detail

      • getPrivileges

        public List<String> getPrivileges()
        Privileges is the list of access being requested.
      • setPrivileges

        public void setPrivileges​(List<String> privileges)
        Privileges is the list of access being requested.
      • getAdditionalProperties

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

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

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