Reference documentation and code samples for the Cloud Gaming V1 API class Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleet.
Agones fleet specification and details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#fleet
def fleet() -> ::String
Returns
- (::String) — The name of the Agones fleet.
#fleet=
def fleet=(value) -> ::String
Parameter
- value (::String) — The name of the Agones fleet.
Returns
- (::String) — The name of the Agones fleet.
#fleet_spec
def fleet_spec() -> ::String
Returns
- (::String) — The fleet spec retrieved from the Agones fleet.
#fleet_spec=
def fleet_spec=(value) -> ::String
Parameter
- value (::String) — The fleet spec retrieved from the Agones fleet.
Returns
- (::String) — The fleet spec retrieved from the Agones fleet.
#spec_source
def spec_source() -> ::Google::Cloud::Gaming::V1::SpecSource
Returns
- (::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.
#spec_source=
def spec_source=(value) -> ::Google::Cloud::Gaming::V1::SpecSource
Parameter
- value (::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.
Returns
- (::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.
#status
def status() -> ::Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleet::DeployedFleetStatus
Returns
- (::Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleet::DeployedFleetStatus) — The current status of the Agones fleet. Includes count of game servers in various states.
#status=
def status=(value) -> ::Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleet::DeployedFleetStatus
Parameter
- value (::Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleet::DeployedFleetStatus) — The current status of the Agones fleet. Includes count of game servers in various states.
Returns
- (::Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleet::DeployedFleetStatus) — The current status of the Agones fleet. Includes count of game servers in various states.