Class OrchestratorVersionProfileProperties


  • public final class OrchestratorVersionProfileProperties
    extends Object
    The properties of an orchestrator version profile.
    • Constructor Detail

      • OrchestratorVersionProfileProperties

        public OrchestratorVersionProfileProperties()
    • Method Detail

      • orchestrators

        public List<OrchestratorVersionProfile> orchestrators()
        Get the orchestrators property: List of orchestrator version profiles.
        Returns:
        the orchestrators value.
      • withOrchestrators

        public OrchestratorVersionProfileProperties withOrchestrators​(List<OrchestratorVersionProfile> orchestrators)
        Set the orchestrators property: List of orchestrator version profiles.
        Parameters:
        orchestrators - the orchestrators value to set.
        Returns:
        the OrchestratorVersionProfileProperties object itself.
      • validate

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