Class FluxConfigurationsList


  • public final class FluxConfigurationsList
    extends Object
    Result of the request to list Flux Configurations. It contains a list of FluxConfiguration objects and a URL link to get the next set of results.
    • Constructor Detail

      • FluxConfigurationsList

        public FluxConfigurationsList()
    • Method Detail

      • value

        public List<FluxConfigurationInner> value()
        Get the value property: List of Flux Configurations within a Kubernetes cluster.
        Returns:
        the value value.
      • nextLink

        public String nextLink()
        Get the nextLink property: URL to get the next set of configuration objects, if any.
        Returns:
        the nextLink value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.