public sealed class DeployedFleetDetails : IMessage<DeployedFleetDetails>, IEquatable<DeployedFleetDetails>, IDeepCloneable<DeployedFleetDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud for Games v1beta API class DeployedFleetDetails.
Details of the deployed Agones fleet.
Implements
IMessageDeployedFleetDetails, IEquatableDeployedFleetDetails, IDeepCloneableDeployedFleetDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1BetaAssembly
Google.Cloud.Gaming.V1Beta.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 |