public class HttpNfcLeaseInfo extends DynamicData
Java class for HttpNfcLeaseInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HttpNfcLeaseInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="lease" type="{urn:vim25}ManagedObjectReference"/>
<element name="entity" type="{urn:vim25}ManagedObjectReference"/>
<element name="deviceUrl" type="{urn:vim25}HttpNfcLeaseDeviceUrl" maxOccurs="unbounded" minOccurs="0"/>
<element name="totalDiskCapacityInKB" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="leaseTimeout" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="hostMap" type="{urn:vim25}HttpNfcLeaseDatastoreLeaseInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HttpNfcLeaseDeviceUrl> |
deviceUrl |
protected ManagedObjectReference |
entity |
protected List<HttpNfcLeaseDatastoreLeaseInfo> |
hostMap |
protected ManagedObjectReference |
lease |
protected int |
leaseTimeout |
protected long |
totalDiskCapacityInKB |
| Constructor and Description |
|---|
HttpNfcLeaseInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<HttpNfcLeaseDeviceUrl> |
getDeviceUrl()
Gets the value of the deviceUrl property.
|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
List<HttpNfcLeaseDatastoreLeaseInfo> |
getHostMap()
Gets the value of the hostMap property.
|
ManagedObjectReference |
getLease()
Gets the value of the lease property.
|
int |
getLeaseTimeout()
Gets the value of the leaseTimeout property.
|
long |
getTotalDiskCapacityInKB()
Gets the value of the totalDiskCapacityInKB property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
void |
setLease(ManagedObjectReference value)
Sets the value of the lease property.
|
void |
setLeaseTimeout(int value)
Sets the value of the leaseTimeout property.
|
void |
setTotalDiskCapacityInKB(long value)
Sets the value of the totalDiskCapacityInKB property.
|
protected ManagedObjectReference lease
protected ManagedObjectReference entity
protected List<HttpNfcLeaseDeviceUrl> deviceUrl
protected long totalDiskCapacityInKB
protected int leaseTimeout
protected List<HttpNfcLeaseDatastoreLeaseInfo> hostMap
public ManagedObjectReference getLease()
ManagedObjectReferencepublic void setLease(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic List<HttpNfcLeaseDeviceUrl> getDeviceUrl()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the deviceUrl property.
For example, to add a new item, do as follows:
getDeviceUrl().add(newItem);
Objects of the following type(s) are allowed in the list
HttpNfcLeaseDeviceUrl
public long getTotalDiskCapacityInKB()
public void setTotalDiskCapacityInKB(long value)
public int getLeaseTimeout()
public void setLeaseTimeout(int value)
public List<HttpNfcLeaseDatastoreLeaseInfo> getHostMap()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the hostMap property.
For example, to add a new item, do as follows:
getHostMap().add(newItem);
Objects of the following type(s) are allowed in the list
HttpNfcLeaseDatastoreLeaseInfo
Copyright © 2018. All rights reserved.