public class UpdateInternetScsiAuthenticationPropertiesRequestType extends Object
Java class for UpdateInternetScsiAuthenticationPropertiesRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateInternetScsiAuthenticationPropertiesRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="iScsiHbaDevice" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="authenticationProperties" type="{urn:vim25}HostInternetScsiHbaAuthenticationProperties"/>
<element name="targetSet" type="{urn:vim25}HostInternetScsiHbaTargetSet" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected HostInternetScsiHbaAuthenticationProperties |
authenticationProperties |
protected String |
iScsiHbaDevice |
protected HostInternetScsiHbaTargetSet |
targetSet |
| Constructor and Description |
|---|
UpdateInternetScsiAuthenticationPropertiesRequestType() |
| Modifier and Type | Method and Description |
|---|---|
HostInternetScsiHbaAuthenticationProperties |
getAuthenticationProperties()
Gets the value of the authenticationProperties property.
|
String |
getIScsiHbaDevice()
Gets the value of the iScsiHbaDevice property.
|
HostInternetScsiHbaTargetSet |
getTargetSet()
Gets the value of the targetSet property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setAuthenticationProperties(HostInternetScsiHbaAuthenticationProperties value)
Sets the value of the authenticationProperties property.
|
void |
setIScsiHbaDevice(String value)
Sets the value of the iScsiHbaDevice property.
|
void |
setTargetSet(HostInternetScsiHbaTargetSet value)
Sets the value of the targetSet property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String iScsiHbaDevice
protected HostInternetScsiHbaAuthenticationProperties authenticationProperties
protected HostInternetScsiHbaTargetSet targetSet
public UpdateInternetScsiAuthenticationPropertiesRequestType()
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getIScsiHbaDevice()
Stringpublic void setIScsiHbaDevice(String value)
value - allowed object is
Stringpublic HostInternetScsiHbaAuthenticationProperties getAuthenticationProperties()
HostInternetScsiHbaAuthenticationPropertiespublic void setAuthenticationProperties(HostInternetScsiHbaAuthenticationProperties value)
value - allowed object is
HostInternetScsiHbaAuthenticationPropertiespublic HostInternetScsiHbaTargetSet getTargetSet()
HostInternetScsiHbaTargetSetpublic void setTargetSet(HostInternetScsiHbaTargetSet value)
value - allowed object is
HostInternetScsiHbaTargetSetCopyright © 2018. All rights reserved.