Class FeatureGateSelection

    • Constructor Detail

      • FeatureGateSelection

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

      • setCustomNoUpgrade

        public void setCustomNoUpgrade​(CustomFeatureGates customNoUpgrade)
      • getFeatureSet

        public String getFeatureSet()
        featureSet changes the list of features in the cluster. The default is empty. Be very careful adjusting this setting. Turning on or off features may cause irreversible changes in your cluster which cannot be undone.
      • setFeatureSet

        public void setFeatureSet​(String featureSet)
        featureSet changes the list of features in the cluster. The default is empty. Be very careful adjusting this setting. Turning on or off features may cause irreversible changes in your cluster which cannot be undone.
      • getAdditionalProperties

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

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

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