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