Class DeployedFleetDetails (1.1.0)

public sealed class DeployedFleetDetails : IMessage<DeployedFleetDetails>, IEquatable<DeployedFleetDetails>, IDeepCloneable<DeployedFleetDetails>, IBufferMessage, IMessage

Details of the deployed Agones fleet.

Inheritance

Object > DeployedFleetDetails

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

DeployedFleetDetails()

public DeployedFleetDetails()

DeployedFleetDetails(DeployedFleetDetails)

public DeployedFleetDetails(DeployedFleetDetails other)
Parameter
NameDescription
otherDeployedFleetDetails

Properties

DeployedAutoscaler

public DeployedFleetDetails.Types.DeployedFleetAutoscaler DeployedAutoscaler { get; set; }

Information about the Agones autoscaler for that fleet.

Property Value
TypeDescription
DeployedFleetDetails.Types.DeployedFleetAutoscaler

DeployedFleet

public DeployedFleetDetails.Types.DeployedFleet DeployedFleet { get; set; }

Information about the Agones fleet.

Property Value
TypeDescription
DeployedFleetDetails.Types.DeployedFleet