Package com.woorea.openstack.nova.model
Class Server
java.lang.Object
com.woorea.openstack.nova.model.Server
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private Server.Addresses
private String
private String
private String
private String
private String
private Server.Fault
private Flavor
private String
private String
private String
private String
private Image
private String
private String
private String
private String
private String
private Integer
private List<SecurityGroup>
private String
private String
private String
private String
private String
private String
private String
private String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
name
-
addresses
-
links
-
image
-
flavor
-
accessIPv4
-
accessIPv6
-
configDrive
-
status
-
progress
-
fault
-
tenantId
-
userId
-
keyName
-
hostId
-
updated
-
created
-
metadata
-
securityGroups
-
taskState
-
powerState
-
vmState
-
host
-
instanceName
-
hypervisorHostname
-
diskConfig
-
availabilityZone
-
launchedAt
-
terminatedAt
-
osExtendedVolumesAttached
-
uuid
-
adminPass
-
-
Constructor Details
-
Server
public Server()
-
-
Method Details
-
getId
- Returns:
- the id
-
getName
- Returns:
- the name
-
getAddresses
- Returns:
- the addresses
-
getLinks
- Returns:
- the links
-
getImage
- Returns:
- the image
-
setImage
- Parameters:
image
- the image to set
-
getFlavor
- Returns:
- the flavor
-
setFlavor
- Parameters:
flavor
- the flavor to set
-
getAccessIPv4
- Returns:
- the accessIPv4
-
getAccessIPv6
- Returns:
- the accessIPv6
-
getConfigDrive
- Returns:
- the configDrive
-
getStatus
- Returns:
- the status
-
getProgress
- Returns:
- the progress
-
getFault
- Returns:
- the fault
-
getTenantId
- Returns:
- the tenantId
-
getUserId
- Returns:
- the userId
-
getKeyName
- Returns:
- the keyName
-
getHostId
- Returns:
- the hostId
-
getUpdated
- Returns:
- the updated
-
getCreated
- Returns:
- the created
-
getMetadata
- Returns:
- the metadata
-
getSecurityGroups
- Returns:
- the securityGroups
-
getTaskState
- Returns:
- the taskState
-
getPowerState
- Returns:
- the powerState
-
getVmState
- Returns:
- the vmState
-
getHost
- Returns:
- the host
-
getInstanceName
- Returns:
- the instanceName
-
getHypervisorHostname
- Returns:
- the hypervisorHostname
-
getDiskConfig
- Returns:
- the diskConfig
-
getAvailabilityZone
- Returns:
- the availabilityZone
-
getLaunchedAt
- Returns:
- the launchedAt
-
getTerminatedAt
- Returns:
- the terminatedAt
-
getOsExtendedVolumesAttached
- Returns:
- the osExtendedVolumesAttached
-
getUuid
- Returns:
- the uuid
-
getAdminPass
- Returns:
- the adminPass
-
toString
-