Class: Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/common.rb
Overview
Details of the target Agones fleet.
Defined Under Namespace
Classes: TargetFleet, TargetFleetAutoscaler
Instance Attribute Summary collapse
-
#autoscaler ⇒ ::Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails::TargetFleetAutoscaler
Reference to target Agones fleet autoscaling policy.
-
#fleet ⇒ ::Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails::TargetFleet
Reference to target Agones fleet.
Instance Attribute Details
#autoscaler ⇒ ::Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails::TargetFleetAutoscaler
Returns Reference to target Agones fleet autoscaling policy.
190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 190 class TargetFleetDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Target Agones fleet specification. # @!attribute [rw] name # @return [::String] # The name of the Agones fleet. # @!attribute [rw] spec_source # @return [::Google::Cloud::Gaming::V1::SpecSource] # Encapsulates the source of the Agones fleet spec. # The Agones fleet spec source. class TargetFleet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Target Agones autoscaler policy reference. # @!attribute [rw] name # @return [::String] # The name of the Agones autoscaler. # @!attribute [rw] spec_source # @return [::Google::Cloud::Gaming::V1::SpecSource] # Encapsulates the source of the Agones fleet spec. # Details about the Agones autoscaler spec. class TargetFleetAutoscaler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#fleet ⇒ ::Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails::TargetFleet
Returns Reference to target Agones fleet.
190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 190 class TargetFleetDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Target Agones fleet specification. # @!attribute [rw] name # @return [::String] # The name of the Agones fleet. # @!attribute [rw] spec_source # @return [::Google::Cloud::Gaming::V1::SpecSource] # Encapsulates the source of the Agones fleet spec. # The Agones fleet spec source. class TargetFleet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Target Agones autoscaler policy reference. # @!attribute [rw] name # @return [::String] # The name of the Agones autoscaler. # @!attribute [rw] spec_source # @return [::Google::Cloud::Gaming::V1::SpecSource] # Encapsulates the source of the Agones fleet spec. # Details about the Agones autoscaler spec. class TargetFleetAutoscaler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |