org.jclouds.openstack.nova.v2_0.domain
Class ServerExtendedAttributes.Builder<T extends ServerExtendedAttributes.Builder<T>>
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.ServerExtendedAttributes.Builder<T>
- Enclosing class:
- ServerExtendedAttributes
public abstract static class ServerExtendedAttributes.Builder<T extends ServerExtendedAttributes.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instanceName
protected String instanceName
hostName
protected String hostName
hypervisorHostName
protected String hypervisorHostName
ServerExtendedAttributes.Builder
public ServerExtendedAttributes.Builder()
self
protected abstract T self()
instanceName
public T instanceName(String instanceName)
- See Also:
ServerExtendedAttributes.getInstanceName()
hostName
public T hostName(String hostName)
- See Also:
ServerExtendedAttributes.getHostName()
hypervisorHostName
public T hypervisorHostName(String hypervisorHostName)
- See Also:
ServerExtendedAttributes.getHypervisorHostName()
build
public ServerExtendedAttributes build()
fromServerExtendedAttributes
public T fromServerExtendedAttributes(ServerExtendedAttributes in)
Copyright © 2009-2012 jclouds. All Rights Reserved.