| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
static LicenseOffer |
LicenseOffer._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 LicenseOffer |
LicenseOffer._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
LicenseOffer |
LicenseOffer.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LicenseOffer> |
EntitlementSpec.getOffers()
Subscription offers which will be used for the licensing entitlement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntitlementSpec.setOffers(java.util.List<LicenseOffer> offers)
Subscription offers which will be used for the licensing entitlement.
|
EntitlementSpec.Builder |
EntitlementSpec.Builder.setOffers(java.util.List<LicenseOffer> offers)
Subscription offers which will be used for the licensing entitlement.
|