Class AssignServerInstance#
Defined in File AssignServerInstance.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.Object
(Class Object)
Class Documentation#
- class xbe.sdk.Models.AssignServerInstance : xbe.sdk.Object#
Describes a request to assign a new server instance for a given session.
Properties
- string AssignmentId { get; set; }#
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 aresession
andshard
.
- string BuildVersion { get; set; }#
The build version of the server instance desired.
- string > InitOptions { get; set; }#
A list of options that the server instance should initialize itself with.
- string > Regions { get; set; }#
The list of preferred server regions, in order from most desirable to least.
- string > Tags { get; set; }#
A list of descriptive labels that the requested server must have.
Public Static Functions
- new AssignServerInstance Parse (string json)#
Parses the given JSON encoded string into a new Session instance.
- Param json:
- Return: