Gets the host ID for the server.
Namespace: net.openstack.Core.DomainAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax [JsonPropertyAttribute("hostId")]
public string HostId { get; }
<JsonPropertyAttribute("hostId")>
Public ReadOnly Property HostId As String
Get
public:
[JsonPropertyAttribute(L"hostId")]
property String^ HostId {
String^ get ();
}
[<JsonPropertyAttribute("hostId")>]
member HostId : string with get
Property Value
Type:
StringRemarks
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