public class VirtualHardwareSection extends SectionType
Modifier and Type | Class and Description |
---|---|
static class |
VirtualHardwareSection.Builder<B extends VirtualHardwareSection.Builder<B>> |
Modifier and Type | Field and Description |
---|---|
protected Set<? extends ResourceAllocationSettingData> |
items |
protected String |
transport |
protected VirtualSystemSettingData |
virtualSystem |
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) |
Set<? extends ResourceAllocationSettingData> |
getItems() |
VirtualSystemSettingData |
getSystem() |
String |
getTransport()
Comma-separated list of supported transports types for the OVF descriptor.
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
VirtualHardwareSection.Builder<?> |
toBuilder() |
getInfo, isRequired, setInfo, toString
protected VirtualSystemSettingData virtualSystem
protected String transport
protected Set<? extends ResourceAllocationSettingData> items
protected VirtualHardwareSection(VirtualHardwareSection.Builder<?> builder)
protected VirtualHardwareSection()
public static VirtualHardwareSection.Builder<?> builder()
public VirtualHardwareSection.Builder<?> toBuilder()
public String getTransport()
To enable interoperability, this specification defines an "iso" transport type which all implementations that support CD-ROM devices are required to support. The iso transport communicates the environment 1346 document by making a dynamically generated ISO image available to the guest software. To support the iso transport type, prior to booting a virtual machine, an implementation shall make an ISO 9660 read-only disk image available as backing for a disconnected CD-ROM. If the iso transport is selected for a VirtualHardwareSection, at least one disconnected CD-ROM device shall be present in this section.
Support for the "iso" transport type is not a requirement for virtual hardware architectures or guest 1351 operating systems which do not have CD-ROM device support.
public VirtualSystemSettingData getSystem()
public Set<? extends ResourceAllocationSettingData> getItems()
public int hashCode()
hashCode
in class SectionType
public boolean equals(Object obj)
equals
in class SectionType
protected com.google.common.base.Objects.ToStringHelper string()
string
in class SectionType
Copyright © 2009-2013 jclouds. All Rights Reserved.