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
IMessageDeployedFleetDetails, IEquatableDeployedFleetDetails, IDeepCloneableDeployedFleetDetails, 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 |
DeployedFleetDetailsTypesDeployedFleetAutoscaler |
DeployedFleet
public DeployedFleetDetails.Types.DeployedFleet DeployedFleet { get; set; }
Information about the Agones fleet.
Property Value | |
---|---|
Type | Description |
DeployedFleetDetailsTypesDeployedFleet |