Click or drag to resize
Server Properties

The Server type exposes the following members.

Properties
  NameDescription
Public propertyAccessIPv4
Gets the public IP version 4 access address.
Caution note Caution
The value of this property is not defined by OpenStack, and may not be consistent across vendors.
Public propertyAccessIPv6
Gets the public IP version 6 access address.
Caution note Caution
The value of this property is not defined by OpenStack, and may not be consistent across vendors.
Public propertyAddresses
Gets the public and private IP addresses for the server.
Caution note Caution
The value of this property is not defined by OpenStack, and may not be consistent across vendors.
Public propertyCreated
Gets the time stamp for the creation date.
Caution note Caution
The value of this property is not defined by OpenStack, and may not be consistent across vendors.
Public propertyDiskConfig
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.
Public propertyExtensionData
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.)
Public propertyFlavor
Gets basic information about the flavor for the server.
Caution note Caution
The value of this property is not defined by OpenStack, and may not be consistent across vendors.
Public propertyHostId
Gets the host ID for the server.
Public propertyId
Gets the unique identifier for the server.
Caution note Caution
The value of this property is not defined by OpenStack, and may not be consistent across vendors.
(Inherited from ServerBase.)
Public propertyImage
Gets basic information about the image the server was created from.
Caution note Caution
The value of this property is not defined by OpenStack, and may not be consistent across vendors.
Public propertyLinks
Gets a collection of links related to the current server.
(Inherited from ServerBase.)
Public propertyName
Gets the server name.
Caution note Caution
The value of this property is not defined by OpenStack, and may not be consistent across vendors.
(Inherited from SimpleServer.)
Public propertyPowerState
Gets the power state for the server.
Public propertyProgress
Gets the build completion progress, as a percentage.
Caution note Caution
The value of this property is not defined by OpenStack, and may not be consistent across vendors.
Public propertyStatus
Gets the server status.
Caution note Caution
The value of this property is not defined by OpenStack, and may not be consistent across vendors.
Public propertyTaskState
Gets the task state for the server.
Public propertyTenantId
Gets the tenant ID of the server.
Caution note Caution
The value of this property is not defined by OpenStack, and may not be consistent across vendors.
Public propertyUpdated
Gets the time stamp for the last update.
Caution note Caution
The value of this property is not defined by OpenStack, and may not be consistent across vendors.
Public propertyUserId
Gets the user ID for the server.
Caution note Caution
The value of this property is not defined by OpenStack, and may not be consistent across vendors.
Public propertyVMState
Gets the virtual machine (VM) state for the server.
Top
See Also