Class: Google::Cloud::Gaming::V1::DeployedFleetDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::DeployedFleetDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/common.rb
Overview
Details of the deployed Agones fleet.
Defined Under Namespace
Classes: DeployedFleet, DeployedFleetAutoscaler
Instance Attribute Summary collapse
-
#deployed_autoscaler ⇒ ::Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleetAutoscaler
Information about the Agones autoscaler for that fleet.
-
#deployed_fleet ⇒ ::Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleet
Information about the Agones fleet.
Instance Attribute Details
#deployed_autoscaler ⇒ ::Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleetAutoscaler
Returns Information about the Agones autoscaler for that fleet.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 238 class DeployedFleetDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Agones fleet specification and details. # @!attribute [rw] fleet # @return [::String] # The name of the Agones fleet. # @!attribute [rw] fleet_spec # @return [::String] # The fleet spec retrieved from the Agones fleet. # @!attribute [rw] spec_source # @return [::Google::Cloud::Gaming::V1::SpecSource] # The source spec that is used to create the Agones fleet. # The GameServerConfig resource may no longer exist in the system. # @!attribute [rw] status # @return [::Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleet::DeployedFleetStatus] # The current status of the Agones fleet. # Includes count of game servers in various states. class DeployedFleet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # DeployedFleetStatus has details about the Agones fleets such as how many # are running, how many allocated, and so on. # @!attribute [rw] ready_replicas # @return [::Integer] # The number of GameServer replicas in the READY state in this fleet. # @!attribute [rw] allocated_replicas # @return [::Integer] # The number of GameServer replicas in the ALLOCATED state in this fleet. # @!attribute [rw] reserved_replicas # @return [::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. # @!attribute [rw] replicas # @return [::Integer] # The total number of current GameServer replicas in this fleet. class DeployedFleetStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # Details about the Agones autoscaler. # @!attribute [rw] autoscaler # @return [::String] # The name of the Agones autoscaler. # @!attribute [rw] spec_source # @return [::Google::Cloud::Gaming::V1::SpecSource] # The source spec that is used to create the autoscaler. # The GameServerConfig resource may no longer exist in the system. # @!attribute [rw] fleet_autoscaler_spec # @return [::String] # The autoscaler spec retrieved from Agones. class DeployedFleetAutoscaler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#deployed_fleet ⇒ ::Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleet
Returns Information about the Agones fleet.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 238 class DeployedFleetDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Agones fleet specification and details. # @!attribute [rw] fleet # @return [::String] # The name of the Agones fleet. # @!attribute [rw] fleet_spec # @return [::String] # The fleet spec retrieved from the Agones fleet. # @!attribute [rw] spec_source # @return [::Google::Cloud::Gaming::V1::SpecSource] # The source spec that is used to create the Agones fleet. # The GameServerConfig resource may no longer exist in the system. # @!attribute [rw] status # @return [::Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleet::DeployedFleetStatus] # The current status of the Agones fleet. # Includes count of game servers in various states. class DeployedFleet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # DeployedFleetStatus has details about the Agones fleets such as how many # are running, how many allocated, and so on. # @!attribute [rw] ready_replicas # @return [::Integer] # The number of GameServer replicas in the READY state in this fleet. # @!attribute [rw] allocated_replicas # @return [::Integer] # The number of GameServer replicas in the ALLOCATED state in this fleet. # @!attribute [rw] reserved_replicas # @return [::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. # @!attribute [rw] replicas # @return [::Integer] # The total number of current GameServer replicas in this fleet. class DeployedFleetStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # Details about the Agones autoscaler. # @!attribute [rw] autoscaler # @return [::String] # The name of the Agones autoscaler. # @!attribute [rw] spec_source # @return [::Google::Cloud::Gaming::V1::SpecSource] # The source spec that is used to create the autoscaler. # The GameServerConfig resource may no longer exist in the system. # @!attribute [rw] fleet_autoscaler_spec # @return [::String] # The autoscaler spec retrieved from Agones. class DeployedFleetAutoscaler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |