Class OrchestratorVersionProfileListResultInner


  • public final class OrchestratorVersionProfileListResultInner
    extends Object
    The list of versions for supported orchestrators.
    • Constructor Detail

      • OrchestratorVersionProfileListResultInner

        public OrchestratorVersionProfileListResultInner()
    • Method Detail

      • id

        public String id()
        Get the id property: Id of the orchestrator version profile list result.
        Returns:
        the id value.
      • name

        public String name()
        Get the name property: Name of the orchestrator version profile list result.
        Returns:
        the name value.
      • type

        public String type()
        Get the type property: Type of the orchestrator version profile list result.
        Returns:
        the type value.
      • orchestrators

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

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