Package com.vmware.vim25
Class LicenseFeatureInfo
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.LicenseFeatureInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getKey()getState()voidsetCostUnit(String costUnit) voidsetDependentKey(String[] dependentKey) voidsetEdition(Boolean edition) voidsetExpiresOn(Calendar expiresOn) voidsetFeatureDescription(String featureDescription) voidsetFeatureName(String featureName) voidvoidsetSourceRestriction(String sourceRestriction) voidsetState(LicenseFeatureInfoState state) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
key
-
featureName
-
featureDescription
-
state
-
costUnit
-
sourceRestriction
-
dependentKey
-
edition
-
expiresOn
-
-
Constructor Details
-
LicenseFeatureInfo
public LicenseFeatureInfo()
-
-
Method Details
-
getKey
-
getFeatureName
-
getFeatureDescription
-
getState
-
getCostUnit
-
getSourceRestriction
-
getDependentKey
-
getEdition
-
getExpiresOn
-
setKey
-
setFeatureName
-
setFeatureDescription
-
setState
-
setCostUnit
-
setSourceRestriction
-
setDependentKey
-
setEdition
-
setExpiresOn
-