public class SetMultipathLunPolicyRequestType extends Object
Java class for SetMultipathLunPolicyRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetMultipathLunPolicyRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="lunId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="policy" type="{urn:vim25}HostMultipathInfoLogicalUnitPolicy"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
lunId |
protected HostMultipathInfoLogicalUnitPolicy |
policy |
| Constructor and Description |
|---|
SetMultipathLunPolicyRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLunId()
Gets the value of the lunId property.
|
HostMultipathInfoLogicalUnitPolicy |
getPolicy()
Gets the value of the policy property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setLunId(String value)
Sets the value of the lunId property.
|
void |
setPolicy(HostMultipathInfoLogicalUnitPolicy value)
Sets the value of the policy property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String lunId
protected HostMultipathInfoLogicalUnitPolicy policy
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getLunId()
Stringpublic void setLunId(String value)
value - allowed object is
Stringpublic HostMultipathInfoLogicalUnitPolicy getPolicy()
HostMultipathInfoLogicalUnitPolicypublic void setPolicy(HostMultipathInfoLogicalUnitPolicy value)
value - allowed object is
HostMultipathInfoLogicalUnitPolicyCopyright © 2018. All rights reserved.