Class CapabilityVisibility

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class CapabilityVisibility
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<CapabilityVisibilityBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    CapabilityVisibility defines the criteria to enable/disable a capability.
    See Also:
    Serialized Form
    • Constructor Detail

      • CapabilityVisibility

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

        public CapabilityVisibility​(String state)
    • Method Detail

      • getState

        public String getState()
        state defines if the capability is enabled or disabled in the console UI. Enabling the capability in the console UI is represented by the "Enabled" value. Disabling the capability in the console UI is represented by the "Disabled" value.
      • setState

        public void setState​(String state)
        state defines if the capability is enabled or disabled in the console UI. Enabling the capability in the console UI is represented by the "Enabled" value. Disabling the capability in the console UI is represented by the "Disabled" value.
      • getAdditionalProperties

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

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

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