Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 857 Bytes

MachinePoolAutoscaling.md

File metadata and controls

15 lines (11 loc) · 857 Bytes

MachinePoolAutoscaling

Representation of a autoscaling in a machine pool.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'MachinePoolAutoscaling' if this is a complete object or 'MachinePoolAutoscalingLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
max_replicas int The maximum number of replicas for the machine pool. [optional]
min_replicas int The minimum number of replicas for the machine pool. [optional]

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