public class SourcedCompositionItemParam extends Object
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
SourcedCompositionItemParam.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected InstantiationParams |
instantiationParams |
protected Set<NetworkAssignment> |
networkAssignment |
protected Reference |
source |
protected Boolean |
sourceDelete |
protected String |
vAppScopedLocalId |
| Constructor and Description |
|---|
SourcedCompositionItemParam(Reference source,
String vAppScopedLocalId,
InstantiationParams instantiationParams,
Set<NetworkAssignment> networkAssignment,
Boolean sourceDelete) |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected Reference source
protected String vAppScopedLocalId
protected InstantiationParams instantiationParams
protected Set<NetworkAssignment> networkAssignment
protected Boolean sourceDelete
public SourcedCompositionItemParam(Reference source, String vAppScopedLocalId, InstantiationParams instantiationParams, Set<NetworkAssignment> networkAssignment, Boolean sourceDelete)
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()
BooleanCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.