Deploymentregion
Last updated
Last updated
The DeploymentRegion element defines a geographical region that contains one or more i3D.net data center (dc) locations.
Figure 1: Highlighting where the DeploymentRegion elements belong in the overview
The amount of DeploymentRegion elements you can create is limited by the amount of i3D.net data center locations you are renting bare metal servers in.
id
string
Read-only
Unique identifier of this element
name
string
Yes
Name of the deployment region
i3dDcLocationIds
[int]
Yes
i3dDcLocationIdsToBeRemoved
[int]
No
i3D.net DC location IDs scheduled for removal from this region
minimumCapacity
int
No
The minimum amount of game instances that should always be deployed in this region. Leave null to use the global value set in DeploymentProfile.minimumCapacity
maximumCapacity
int
No
The maximum amount of game instances that can be deployed in this region. Leave null to use the global value set in DeploymentProfile.maximumCapacity
bufferValue
int
No
Override for deploymentRegion.bufferValue, to be applied only to this deployment region. Null value means that the bufferValue provided in the deploymentProfile will persist
bufferValueType
int
No
Override for deploymentRegion.bufferValueType. The bufferValue property must be interpreted as, 0: absolute value, 1: percentage value (must be accompanied by bufferValueMin and bufferValueMax). Null value means that the bufferValueType provided in the deploymentProfile will persist
bufferValueMin
int
No
Override for deploymentRegion.bufferValueMin. The minimum absolute buffer value when using a percentage, to prevent bufferValue from going to low. Null value means that the bufferValueMin provided in the deploymentProfile will persist
bufferValueMax
int
No
Override for deploymentRegion.bufferValueMax. The maximum absolute buffer value when using a percentage, to prevent bufferValue from going to high. Null value means that the bufferValueMax provided in the deploymentProfile will persist
strategyType
int
No
Override value for DeploymentProfile.strategyType - 0: use default, 1: round robin. Null value means that the strategyType provided in the deploymentProfile will persist
markedForDeletion
boolean
Read-only
If set to true, we will gracefully remove all game servers and VMs in this deployment region. Afterwards this deployment region will be set to inactive
containers
No
Container that holds an array of DeploymentContainer elements, defining primary and secondary groups of cloud DC locations
inUse
int
Read-only
0: Deployment region has no active application instances 1: Deployment region has active application instance(s)
Table 1: DeploymentRegion element structure
Create a new DeploymentRegion for a DeploymentProfile.
POST /v3/deploymentProfile/{deploymentProfileId}/deploymentRegion
All the i3D.net DC location IDs configured for this DeploymentRegion. You can get available IDs via
[]