| Package | Description |
|---|---|
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static DhcpLeasePerIP |
DhcpLeasePerIP._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static DhcpLeasePerIP |
DhcpLeasePerIP._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DhcpLeasePerIP |
DhcpLeasePerIP.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DhcpLeasePerIP> |
DhcpLeasesResult.getLeases()
The lease info list of the server
|
java.util.List<DhcpLeasePerIP> |
DhcpLeases.getLeases()
The lease info list of the server
|
| Modifier and Type | Method and Description |
|---|---|
void |
DhcpLeasesResult.setLeases(java.util.List<DhcpLeasePerIP> leases)
The lease info list of the server
|
DhcpLeasesResult.Builder |
DhcpLeasesResult.Builder.setLeases(java.util.List<DhcpLeasePerIP> leases)
The lease info list of the server
|
void |
DhcpLeases.setLeases(java.util.List<DhcpLeasePerIP> leases)
The lease info list of the server
|
DhcpLeases.Builder |
DhcpLeases.Builder.setLeases(java.util.List<DhcpLeasePerIP> leases)
The lease info list of the server
|