Uses of Class
org.jclouds.openstack.nova.v2_0.domain.ServerExtendedStatus
-
Packages that use ServerExtendedStatus Package Description org.jclouds.openstack.nova.v2_0.domain -
-
Uses of ServerExtendedStatus in org.jclouds.openstack.nova.v2_0.domain
Fields in org.jclouds.openstack.nova.v2_0.domain declared as ServerExtendedStatus Modifier and Type Field Description protected ServerExtendedStatus
Server.Builder. extendedStatus
Methods in org.jclouds.openstack.nova.v2_0.domain that return ServerExtendedStatus Modifier and Type Method Description ServerExtendedStatus
ServerExtendedStatus.Builder. build()
Methods in org.jclouds.openstack.nova.v2_0.domain that return types with arguments of type ServerExtendedStatus Modifier and Type Method Description com.google.common.base.Optional<ServerExtendedStatus>
Server. getExtendedStatus()
Retrieves the extended server status fields (alias "OS-EXT-STS")Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type ServerExtendedStatus Modifier and Type Method Description T
Server.Builder. extendedStatus(ServerExtendedStatus extendedStatus)
T
ServerExtendedStatus.Builder. fromServerExtendedStatus(ServerExtendedStatus in)
Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type ServerExtendedStatus Constructor Description Server(String id, String name, Set<Link> links, String uuid, String tenantId, String userId, Date updated, Date created, String hostId, String accessIPv4, String accessIPv6, Server.Status status, Resource image, Resource flavor, String keyName, String configDrive, com.google.common.collect.Multimap<String,Address> addresses, Map<String,String> metadata, ServerExtendedStatus extendedStatus, ServerExtendedAttributes extendedAttributes, String diskConfig, String availabilityZone)
ServerWithSecurityGroups(String id, String name, Set<Link> links, String uuid, String tenantId, String userId, Date updated, Date created, String hostId, String accessIPv4, String accessIPv6, Server.Status status, Resource image, Resource flavor, String keyName, String configDrive, com.google.common.collect.Multimap<String,Address> addresses, Map<String,String> metadata, ServerExtendedStatus extendedStatus, ServerExtendedAttributes extendedAttributes, String diskConfig, Set<String> securityGroupNames, String availabilityZone)
-