Server Properties |
The Server type exposes the following members.
Name | Description | |||
---|---|---|---|---|
AccessIPv4 |
Gets the public IP version 4 access address.
| |||
AccessIPv6 |
Gets the public IP version 6 access address.
| |||
Addresses |
Gets the public and private IP addresses for the server.
| |||
Created |
Gets the time stamp for the creation date.
| |||
DiskConfig |
Gets the disk configuration used for creating, rebuilding, or resizing the server.
If the value was not explicitly specified in the create, rebuild, or resize request,
the server inherits the value from the image it was created from.
| |||
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |||
Flavor |
Gets basic information about the flavor for the server.
| |||
HostId |
Gets the host ID for the server.
| |||
Id |
Gets the unique identifier for the server.
(Inherited from ServerBase.)
| |||
Image |
Gets basic information about the image the server was created from.
| |||
Links |
Gets a collection of links related to the current server.
(Inherited from ServerBase.) | |||
Name |
Gets the server name.
(Inherited from SimpleServer.)
| |||
PowerState |
Gets the power state for the server.
| |||
Progress |
Gets the build completion progress, as a percentage.
| |||
Status |
Gets the server status.
| |||
TaskState |
Gets the task state for the server.
| |||
TenantId |
Gets the tenant ID of the server.
| |||
Updated |
Gets the time stamp for the last update.
| |||
UserId |
Gets the user ID for the server.
| |||
VMState |
Gets the virtual machine (VM) state for the server.
|