@acceleratxr/core_sdk / AssignServerInstance
Class: AssignServerInstance#
Describes a request to assign a new server instance for a given session.
author Jean-Philippe Steinmetz info@acceleratxr.com
Hierarchy#
AssignServerInstance
Index#
Constructors#
Properties#
Constructors#
constructor#
+ new AssignServerInstance(other?: any): AssignServerInstance
Defined in src/models/AssignServerInstance.ts:35
Parameters:#
Name |
Type |
|---|---|
|
any |
Returns: AssignServerInstance
Properties#
assignmentId#
• assignmentId: string = “”
Defined in src/models/AssignServerInstance.ts:15
The UUID of the Session or Shard to request a server instance for. Values should be encoded with the object type
followed by a colon and then the UUID (e.g. session:00000000-0000-0000-0000-000000000000). Accepted value
types are session and shard.
buildVersion#
• buildVersion: string = “”
Defined in src/models/AssignServerInstance.ts:20
The build version of the server instance desired.
initOptions#
• initOptions: Array<string> = []
Defined in src/models/AssignServerInstance.ts:25
A list of options that the server instance should initialize itself with.
regions#
• regions: Array<string> = []
Defined in src/models/AssignServerInstance.ts:30
The list of preferred server regions, in order from most desirable to least.