Uses of Class
org.jclouds.openstack.nova.v2_0.domain.ServerExtendedAttributes

Packages that use ServerExtendedAttributes
org.jclouds.openstack.nova.v2_0.domain   
 

Uses of ServerExtendedAttributes in org.jclouds.openstack.nova.v2_0.domain
 

Fields in org.jclouds.openstack.nova.v2_0.domain declared as ServerExtendedAttributes
protected  ServerExtendedAttributes Server.Builder.extendedAttributes
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return ServerExtendedAttributes
 ServerExtendedAttributes ServerExtendedAttributes.Builder.build()
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return types with arguments of type ServerExtendedAttributes
 com.google.common.base.Optional<ServerExtendedAttributes> Server.getExtendedAttributes()
          Retrieves the extended server attributes fields (alias "OS-EXT-SRV-ATTR")

NOTE: This field is only present if the The Extended Server Attributes API extension is installed.

 

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type ServerExtendedAttributes
 T Server.Builder.extendedAttributes(ServerExtendedAttributes extendedAttributes)
           
 T ServerExtendedAttributes.Builder.fromServerExtendedAttributes(ServerExtendedAttributes in)
           
 

Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type ServerExtendedAttributes
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)
           
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)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.