ConfigData Class
The Advisor configuration data structure.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.advisor.models._models_py3.ResourceConfigData
Constructor
ConfigData(*, exclude: Optional[bool] = None, low_cpu_threshold: Optional[Union[str, azure.mgmt.advisor.models._advisor_management_client_enums.CpuThreshold]] = None, digests: Optional[List[azure.mgmt.advisor.models._models_py3.DigestConfig]] = None, **kwargs)
Parameters
- exclude
- bool
Required
Exclude the resource from Advisor evaluations. Valid values: False (default) or True.
- low_cpu_threshold
- str or CpuThreshold
Required
Minimum percentage threshold for Advisor low CPU utilization evaluation. Valid only for subscriptions. Valid values: 5 (default), 10, 15 or 20. Possible values include: "5", "10", "15", "20".
Variables
- id
- str
The resource ID.
- name
- str
The name of the resource.
- type
- str
The type of the resource.
Feedback
Submit and view feedback for