public interface Server extends ModelEntity
Modifier and Type | Interface and Description |
---|---|
static class |
Server.DiskConfig |
static class |
Server.Status
Servers contain a status attribute that can be used as an indication of the current server
state.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccessIPv4() |
String |
getAccessIPv6() |
Addresses |
getAddresses() |
String |
getAdminPass() |
String |
getAvailabilityZone() |
String |
getConfigDrive() |
Date |
getCreated() |
Server.DiskConfig |
getDiskConfig()
Disk config attribute from the Disk Config Extension (alias "OS-DCF")..
|
Fault |
getFault() |
Flavor |
getFlavor() |
String |
getFlavorId() |
String |
getHost() |
String |
getHostId() |
String |
getHypervisorHostname() |
String |
getId() |
Image |
getImage() |
String |
getImageId() |
String |
getInstanceName() |
String |
getKeyName() |
Date |
getLaunchedAt() |
List<? extends Link> |
getLinks() |
Map<String,String> |
getMetadata() |
String |
getName() |
List<String> |
getOsExtendedVolumesAttached() |
String |
getPowerState() |
int |
getProgress() |
List<? extends SecurityGroup> |
getSecurityGroups() |
Server.Status |
getStatus() |
String |
getTaskState() |
String |
getTenantId() |
Date |
getTerminatedAt() |
Date |
getUpdated() |
String |
getUserId() |
String |
getUuid() |
String |
getVmState() |
String getId()
String getName()
Addresses getAddresses()
String getImageId()
Image getImage()
String getFlavorId()
Flavor getFlavor()
String getAccessIPv4()
String getAccessIPv6()
String getConfigDrive()
Server.Status getStatus()
int getProgress()
Fault getFault()
String getTenantId()
String getUserId()
String getKeyName()
String getHostId()
Date getUpdated()
Date getCreated()
String getTaskState()
String getPowerState()
String getVmState()
String getHost()
String getInstanceName()
String getHypervisorHostname()
Server.DiskConfig getDiskConfig()
String getAvailabilityZone()
Date getLaunchedAt()
Date getTerminatedAt()
List<String> getOsExtendedVolumesAttached()
String getUuid()
String getAdminPass()
List<? extends SecurityGroup> getSecurityGroups()
Copyright © 2017. All rights reserved.