public class VirtualHardwareSection
extends org.jclouds.dmtf.ovf.VirtualHardwareSection
| Modifier and Type | Class and Description |
|---|---|
static class |
VirtualHardwareSection.Builder<B extends VirtualHardwareSection.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected URI |
href |
protected Set<Link> |
links |
protected String |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
VirtualHardwareSection() |
protected |
VirtualHardwareSection(VirtualHardwareSection.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static VirtualHardwareSection.Builder<?> |
builder() |
boolean |
equals(Object obj) |
URI |
getHref()
Contains the type of the the entity.
|
Set<Link> |
getLinks()
Set of optional links to an entity or operation associated with this object.
|
String |
getType()
Contains the URI to the entity.
|
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
VirtualHardwareSection.Builder<?> |
toBuilder() |
getItems, getSystem, getTransportprotected VirtualHardwareSection(VirtualHardwareSection.Builder<?> builder)
protected VirtualHardwareSection()
public static VirtualHardwareSection.Builder<?> builder()
public VirtualHardwareSection.Builder<?> toBuilder()
toBuilder in class org.jclouds.dmtf.ovf.VirtualHardwareSectionpublic String getType()
ResourceType#getHref()public URI getHref()
ResourceType#getType()public Set<Link> getLinks()
ResourceType#getLinks()public com.google.common.base.Objects.ToStringHelper string()
string in class org.jclouds.dmtf.ovf.VirtualHardwareSectionpublic int hashCode()
hashCode in class org.jclouds.dmtf.ovf.VirtualHardwareSectionpublic boolean equals(Object obj)
equals in class org.jclouds.dmtf.ovf.VirtualHardwareSectionCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.