public sealed class PreviewCreateGameServerClusterRequest : IMessage<PreviewCreateGameServerClusterRequest>, IEquatable<PreviewCreateGameServerClusterRequest>, IDeepCloneable<PreviewCreateGameServerClusterRequest>, IBufferMessage, IMessage
Request message for GameServerClustersService.PreviewCreateGameServerCluster.
Implements
IMessage<PreviewCreateGameServerClusterRequest>, IEquatable<PreviewCreateGameServerClusterRequest>, IDeepCloneable<PreviewCreateGameServerClusterRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
PreviewCreateGameServerClusterRequest()
public PreviewCreateGameServerClusterRequest()
PreviewCreateGameServerClusterRequest(PreviewCreateGameServerClusterRequest)
public PreviewCreateGameServerClusterRequest(PreviewCreateGameServerClusterRequest other)
Parameter | |
---|---|
Name | Description |
other | PreviewCreateGameServerClusterRequest |
Properties
GameServerCluster
public GameServerCluster GameServerCluster { get; set; }
Required. The game server cluster resource to be created.
Property Value | |
---|---|
Type | Description |
GameServerCluster |
GameServerClusterId
public string GameServerClusterId { get; set; }
Required. The ID of the game server cluster resource to be created.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The parent resource name, in the following form:
projects/{project}/locations/{location}/realms/{realm}
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsRealmName
public RealmName ParentAsRealmName { get; set; }
Property Value | |
---|---|
Type | Description |
RealmName |
PreviewTime
public Timestamp PreviewTime { get; set; }
Optional. The target timestamp to compute the preview.
Property Value | |
---|---|
Type | Description |
Timestamp |
View
[Obsolete]
public GameServerClusterView View { get; set; }
Optional. This field is deprecated, preview will always return KubernetesClusterState.
Property Value | |
---|---|
Type | Description |
GameServerClusterView |