Package com.vmware.vim25
Class VAppPropertyInfo
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.VAppPropertyInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()intgetKey()getLabel()getType()getValue()voidsetCategory(String category) voidsetClassId(String classId) voidsetDefaultValue(String defaultValue) voidsetDescription(String description) voidvoidsetInstanceId(String instanceId) voidsetKey(int key) voidvoidvoidsetTypeReference(String typeReference) voidsetUserConfigurable(Boolean userConfigurable) voidMethods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
key
public int key -
classId
-
instanceId
-
id
-
category
-
label
-
type
-
typeReference
-
userConfigurable
-
defaultValue
-
value
-
description
-
-
Constructor Details
-
VAppPropertyInfo
public VAppPropertyInfo()
-
-
Method Details
-
getKey
public int getKey() -
getClassId
-
getInstanceId
-
getId
-
getCategory
-
getLabel
-
getType
-
getTypeReference
-
getUserConfigurable
-
getDefaultValue
-
getValue
-
getDescription
-
setKey
public void setKey(int key) -
setClassId
-
setInstanceId
-
setId
-
setCategory
-
setLabel
-
setType
-
setTypeReference
-
setUserConfigurable
-
setDefaultValue
-
setValue
-
setDescription
-