director-sdk

ClusterTemplate

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- name | str | Cluster name | product_versions | dict(str, str) | Versions for cluster components | [optional] services | list[str] | Cluster services | [optional] services_configs | dict(str, dict(str, str)) | Cluster services configurations | [optional] virtual_instance_groups | dict(str, VirtualInstanceGroup) | List of virtual instances | external_database_templates | dict(str, ExternalDatabaseTemplate) | Optional external database templates | [optional] external_databases | dict(str, ExternalDatabase) | Optional external databases | [optional] parcel_repositories | list[str] | Optional set of cluster parcel repositories | [optional] restart_cluster_on_update | bool | Whether to restart the cluster on cluster update | [optional] redeploy_client_configs_on_update | bool | Whether to redeploy client configuration on cluster update | [optional] instance_post_create_scripts | list[Script] | A list of scripts to be run after cluster creation on all cluster instances | [optional] post_create_scripts | list[Script] | A list of scripts to be run after cluster creation | [optional] pre_terminate_scripts | list[Script] | A list of scripts to be run before cluster termination | [optional] migrations | list[Migration] | A description of current manual migrations (read only) | [optional] administration_settings | ClusterAdministrationSettings | Optional cluster administration settings | [optional]

[Back to Model list] [Back to API list] [Back to README]