Click or drag to resize
ServerHostId Property
Gets the host ID for the server.

Namespace: net.openstack.Core.Domain
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
[JsonPropertyAttribute("hostId")]
public string HostId { get; }

Property Value

Type: String
Remarks
The compute provisioning algorithm has an anti-affinity property that attempts to spread customer VMs across hosts. Under certain situations, VMs from the same customer might be placed on the same host. The Host ID represents the host your server runs on and can be used to determine this scenario if it is relevant to your application.

HostId is unique per account and is not globally unique.

Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also