Reference documentation and code samples for the Google Cloud Run V2 Client class RevisionScaling.
Settings for revision-level scaling settings.
Generated from protobuf message google.cloud.run.v2.RevisionScaling
Namespace
Google \ Cloud \ Run \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ min_instance_count
int
Optional. Minimum number of serving instances that this resource should have.
↳ max_instance_count
int
Optional. Maximum number of serving instances that this resource should have.
getMinInstanceCount
Optional. Minimum number of serving instances that this resource should have.
int
setMinInstanceCount
Optional. Minimum number of serving instances that this resource should have.
var
int
$this
getMaxInstanceCount
Optional. Maximum number of serving instances that this resource should have.
int
setMaxInstanceCount
Optional. Maximum number of serving instances that this resource should have.
var
int
$this