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