public sealed class SpecSource : IMessage<SpecSource>, IEquatable<SpecSource>, IDeepCloneable<SpecSource>, IBufferMessage, IMessageReference documentation and code samples for the Game Services v1 API class SpecSource.
Encapsulates Agones fleet spec and Agones autoscaler spec sources.
Implements
IMessage<SpecSource>, IEquatable<SpecSource>, IDeepCloneable<SpecSource>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
SpecSource()
public SpecSource()SpecSource(SpecSource)
public SpecSource(SpecSource other)| Parameter | |
|---|---|
| Name | Description |
other |
SpecSource |
Properties
GameServerConfigName
public string GameServerConfigName { get; set; }The game server config resource. Uses the form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}/configs/{config_id}.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Name
public string Name { get; set; }The name of the Agones leet config or Agones scaling config used to derive the Agones fleet or Agones autoscaler spec.
| Property Value | |
|---|---|
| Type | Description |
String |
|