|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.params.SourcedCompositionItemParam
public class SourcedCompositionItemParam
Represents a composition item.
Java class for SourcedCompositionItemParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SourcedCompositionItemParam">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}VCloudExtensibleType">
<sequence>
<element name="Source" type="{http://www.vmware.com/vcloud/v1.5}ReferenceType"/>
<element name="VAppScopedLocalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InstantiationParams" type="{http://www.vmware.com/vcloud/v1.5}InstantiationParamsType" minOccurs="0"/>
<element name="NetworkAssignment" type="{http://www.vmware.com/vcloud/v1.5}NetworkAssignmentType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="sourceDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
SourcedCompositionItemParam.Builder
|
| Field Summary | |
|---|---|
protected InstantiationParams |
instantiationParams
|
protected Set<NetworkAssignment> |
networkAssignment
|
protected Reference |
source
|
protected Boolean |
sourceDelete
|
protected String |
vAppScopedLocalId
|
| Constructor Summary | |
|---|---|
SourcedCompositionItemParam(Reference source,
String vAppScopedLocalId,
InstantiationParams instantiationParams,
Set<NetworkAssignment> networkAssignment,
Boolean sourceDelete)
|
|
| Method Summary | |
|---|---|
static SourcedCompositionItemParam.Builder |
builder()
|
boolean |
equals(Object o)
|
InstantiationParams |
getInstantiationParams()
Gets the value of the instantiationParams property. |
Set<NetworkAssignment> |
getNetworkAssignment()
Gets the value of the networkAssignment property. |
Reference |
getSource()
Gets the value of the source property. |
String |
getVAppScopedLocalId()
Gets the value of the vAppScopedLocalId property. |
int |
hashCode()
|
Boolean |
isSourceDelete()
Gets the value of the sourceDelete property. |
SourcedCompositionItemParam.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Reference source
protected String vAppScopedLocalId
protected InstantiationParams instantiationParams
protected Set<NetworkAssignment> networkAssignment
protected Boolean sourceDelete
| Constructor Detail |
|---|
public SourcedCompositionItemParam(Reference source,
String vAppScopedLocalId,
InstantiationParams instantiationParams,
Set<NetworkAssignment> networkAssignment,
Boolean sourceDelete)
| Method Detail |
|---|
public static SourcedCompositionItemParam.Builder builder()
public SourcedCompositionItemParam.Builder toBuilder()
public Reference getSource()
Referencepublic String getVAppScopedLocalId()
Stringpublic InstantiationParams getInstantiationParams()
InstantiationParamspublic Set<NetworkAssignment> getNetworkAssignment()
public Boolean isSourceDelete()
Booleanpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||