public sealed class DeployedFleetDetails : IMessage<DeployedFleetDetails>, IEquatable<DeployedFleetDetails>, IDeepCloneable<DeployedFleetDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class DeployedFleetDetails.
Details of the deployed Agones fleet.
Implements
IMessage<DeployedFleetDetails>, IEquatable<DeployedFleetDetails>, IDeepCloneable<DeployedFleetDetails>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
DeployedFleetDetails()
public DeployedFleetDetails()
DeployedFleetDetails(DeployedFleetDetails)
public DeployedFleetDetails(DeployedFleetDetails other)
Parameter | |
---|---|
Name | Description |
other | DeployedFleetDetails |
Properties
DeployedAutoscaler
public DeployedFleetDetails.Types.DeployedFleetAutoscaler DeployedAutoscaler { get; set; }
Information about the Agones autoscaler for that fleet.
Property Value | |
---|---|
Type | Description |
DeployedFleetDetails.Types.DeployedFleetAutoscaler |
DeployedFleet
public DeployedFleetDetails.Types.DeployedFleet DeployedFleet { get; set; }
Information about the Agones fleet.
Property Value | |
---|---|
Type | Description |
DeployedFleetDetails.Types.DeployedFleet |