Package | com.vmware.core.specs |
Class | public class ObjectTypeSpec |
Inheritance | ObjectTypeSpec ![]() |
vsphere.core.objectTypes
.
Property | Defined By | ||
---|---|---|---|
icon : Class
The icon associated with this type of objects. | ObjectTypeSpec | ||
label : String
The localized type name
| ObjectTypeSpec | ||
labelPlural : String
The plural of the localized type name. | ObjectTypeSpec | ||
listViewId : String
(Optional) The ID of the list view used to display this object. | ObjectTypeSpec | ||
types : Array
A list of type names that use the same type info. | ObjectTypeSpec |
icon | property |
public var icon:Class
The icon associated with this type of objects.
label | property |
public var label:String
The localized type name
labelPlural | property |
public var labelPlural:String
The plural of the localized type name.
listViewId | property |
public var listViewId:String
(Optional) The ID of the list view used to display this object. Can be null when no list view is specified.
The default value is null
.
types | property |
public var types:Array
A list of type names that use the same type info.