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