Class: Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleet::DeployedFleetStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gaming/v1/common.rb

Overview

DeployedFleetStatus has details about the Agones fleets such as how many are running, how many allocated, and so on.

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_replicas::Integer

Returns The number of GameServer replicas in the ALLOCATED state in this fleet.

Returns:

  • (::Integer)

    The number of GameServer replicas in the ALLOCATED state in this fleet.



277
278
279
280
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 277

class DeployedFleetStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ready_replicas::Integer

Returns The number of GameServer replicas in the READY state in this fleet.

Returns:

  • (::Integer)

    The number of GameServer replicas in the READY state in this fleet.



277
278
279
280
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 277

class DeployedFleetStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#replicas::Integer

Returns The total number of current GameServer replicas in this fleet.

Returns:

  • (::Integer)

    The total number of current GameServer replicas in this fleet.



277
278
279
280
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 277

class DeployedFleetStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#reserved_replicas::Integer

Returns The number of GameServer replicas in the RESERVED state in this fleet. Reserved instances won't be deleted on scale down, but won't cause an autoscaler to scale up.

Returns:

  • (::Integer)

    The number of GameServer replicas in the RESERVED state in this fleet. Reserved instances won't be deleted on scale down, but won't cause an autoscaler to scale up.



277
278
279
280
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 277

class DeployedFleetStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end