OrchestratorVersionProfile Class
The profile of an orchestrator and its available versions.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
OrchestratorVersionProfile
Constructor
OrchestratorVersionProfile(*, orchestrator_type: str, orchestrator_version: str, default: Optional[bool] = None, is_preview: Optional[bool] = None, upgrades: Optional[List[_models.OrchestratorProfile]] = None, **kwargs)
Variables
- orchestrator_type
- str
Required. Orchestrator type.
- orchestrator_version
- str
Required. Orchestrator version (major, minor, patch).
- default
- bool
Installed by default if version is not specified.
- is_preview
- bool
Whether Kubernetes version is currently in preview.
- upgrades
- list[OrchestratorProfile]
The list of available upgrade versions.
Feedback
Submit and view feedback for