|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.dmtf.ovf.SectionType
org.jclouds.dmtf.ovf.ProductSection
public class ProductSection
The ProductSection element specifies product-information for an appliance, such as product name, version, and vendor.
| Nested Class Summary | |
|---|---|
static class |
ProductSection.Builder<B extends ProductSection.Builder<B>>
|
| Method Summary | |
|---|---|
static ProductSection.Builder<?> |
builder()
|
boolean |
equals(Object obj)
|
CimString |
getAppUrl()
Experimental: URL resolving to deployed product instance. |
CimString |
getFullVersion()
Product version, long form. |
MsgType |
getProduct()
Name of product. |
CimString |
getProductUrl()
URL resolving to product description. |
Set<ProductSectionProperty> |
getProperties()
Properties for application-level customization. |
MsgType |
getVendor()
Name of product vendor. |
CimString |
getVendorUrl()
URL resolving to vendor description. |
CimString |
getVersion()
Product version, short form. |
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
ProductSection.Builder<?> |
toBuilder()
|
| Methods inherited from class org.jclouds.dmtf.ovf.SectionType |
|---|
getInfo, isRequired, setInfo, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static ProductSection.Builder<?> builder()
public ProductSection.Builder<?> toBuilder()
public MsgType getProduct()
public MsgType getVendor()
public CimString getVersion()
public CimString getFullVersion()
public CimString getProductUrl()
public CimString getVendorUrl()
public CimString getAppUrl()
public Set<ProductSectionProperty> getProperties()
public int hashCode()
hashCode in class SectionTypepublic boolean equals(Object obj)
equals in class SectionTypeprotected com.google.common.base.Objects.ToStringHelper string()
string in class SectionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||