Class: LicenseReservationInfoState
- Inherits:
-
String
- Object
- String
- LicenseReservationInfoState
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LicenseReservationInfoState
Constant Summary collapse
- Licensed =
LicenseReservationInfoState.new("licensed")
- NoLicense =
LicenseReservationInfoState.new("noLicense")
- NotUsed =
LicenseReservationInfoState.new("notUsed")
- UnlicensedUse =
LicenseReservationInfoState.new("unlicensedUse")