PrechecksSpec#
- class PrechecksSpec(management_server=None, entity_update_specs=None, skipped_precheck_flags=None, *args, **kwargs)#
Bases:
objectSpecification for running a Precheck operation.
- Parameters:
management_server – (
management_server)entity_update_specs (required) – (
entity_update_specs) List of entity update objects for getting recommendations.skipped_precheck_flags – (
skipped_precheck_flags) List of prechecks to skip. The allowed value is ‘powerOffUvms’ that skips the pinned VM prechecks.
- property entity_update_specs#
List of entity update objects for getting recommendations.
- Type:
list[
EntityUpdateSpec]
- property management_server#
- Type:
- property skipped_precheck_flags#
List of prechecks to skip. The allowed value is ‘powerOffUvms’ that skips the pinned VM prechecks.
- Type:
list[
SystemAutoMgmtFlag]
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model