public class VirtualMachineDefinedProfileSpec extends VirtualMachineProfileSpec
Java class for VirtualMachineDefinedProfileSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineDefinedProfileSpec">
<complexContent>
<extension base="{urn:vim25}VirtualMachineProfileSpec">
<sequence>
<element name="profileId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="replicationSpec" type="{urn:vim25}ReplicationSpec" minOccurs="0"/>
<element name="profileData" type="{urn:vim25}VirtualMachineProfileRawData" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VirtualMachineProfileRawData |
profileData |
protected String |
profileId |
protected ReplicationSpec |
replicationSpec |
| Constructor and Description |
|---|
VirtualMachineDefinedProfileSpec() |
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineProfileRawData |
getProfileData()
Gets the value of the profileData property.
|
String |
getProfileId()
Gets the value of the profileId property.
|
ReplicationSpec |
getReplicationSpec()
Gets the value of the replicationSpec property.
|
void |
setProfileData(VirtualMachineProfileRawData value)
Sets the value of the profileData property.
|
void |
setProfileId(String value)
Sets the value of the profileId property.
|
void |
setReplicationSpec(ReplicationSpec value)
Sets the value of the replicationSpec property.
|
protected String profileId
protected ReplicationSpec replicationSpec
protected VirtualMachineProfileRawData profileData
public String getProfileId()
Stringpublic void setProfileId(String value)
value - allowed object is
Stringpublic ReplicationSpec getReplicationSpec()
ReplicationSpecpublic void setReplicationSpec(ReplicationSpec value)
value - allowed object is
ReplicationSpecpublic VirtualMachineProfileRawData getProfileData()
VirtualMachineProfileRawDatapublic void setProfileData(VirtualMachineProfileRawData value)
value - allowed object is
VirtualMachineProfileRawDataCopyright © 2018. All rights reserved.