public class PbmUpdateRequestType extends Object
Java class for PbmUpdateRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmUpdateRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="profileId" type="{urn:pbm}PbmProfileId"/>
<element name="updateSpec" type="{urn:pbm}PbmCapabilityProfileUpdateSpec"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected PbmProfileId |
profileId |
protected PbmCapabilityProfileUpdateSpec |
updateSpec |
| Constructor and Description |
|---|
PbmUpdateRequestType() |
| Modifier and Type | Method and Description |
|---|---|
PbmProfileId |
getProfileId()
Gets the value of the profileId property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
PbmCapabilityProfileUpdateSpec |
getUpdateSpec()
Gets the value of the updateSpec property.
|
void |
setProfileId(PbmProfileId value)
Sets the value of the profileId property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setUpdateSpec(PbmCapabilityProfileUpdateSpec value)
Sets the value of the updateSpec property.
|
protected ManagedObjectReference _this
protected PbmProfileId profileId
protected PbmCapabilityProfileUpdateSpec updateSpec
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic PbmProfileId getProfileId()
PbmProfileIdpublic void setProfileId(PbmProfileId value)
value - allowed object is
PbmProfileIdpublic PbmCapabilityProfileUpdateSpec getUpdateSpec()
PbmCapabilityProfileUpdateSpecpublic void setUpdateSpec(PbmCapabilityProfileUpdateSpec value)
value - allowed object is
PbmCapabilityProfileUpdateSpecCopyright © 2018. All rights reserved.