public class InstallHostPatchRequestType extends Object
Java class for InstallHostPatchRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InstallHostPatchRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="repository" type="{urn:vim25}HostPatchManagerLocator"/>
<element name="updateID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="force" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected Boolean |
force |
protected HostPatchManagerLocator |
repository |
protected String |
updateID |
| Constructor and Description |
|---|
InstallHostPatchRequestType() |
| Modifier and Type | Method and Description |
|---|---|
HostPatchManagerLocator |
getRepository()
Gets the value of the repository property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
String |
getUpdateID()
Gets the value of the updateID property.
|
Boolean |
isForce()
Gets the value of the force property.
|
void |
setForce(Boolean value)
Sets the value of the force property.
|
void |
setRepository(HostPatchManagerLocator value)
Sets the value of the repository property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setUpdateID(String value)
Sets the value of the updateID property.
|
protected ManagedObjectReference _this
protected HostPatchManagerLocator repository
protected String updateID
protected Boolean force
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic HostPatchManagerLocator getRepository()
HostPatchManagerLocatorpublic void setRepository(HostPatchManagerLocator value)
value - allowed object is
HostPatchManagerLocatorpublic String getUpdateID()
Stringpublic void setUpdateID(String value)
value - allowed object is
Stringpublic Boolean isForce()
BooleanCopyright © 2018. All rights reserved.