| Package | com.vmware.core.specs |
| Class | public class ObjectTypeSpec |
| Inheritance | ObjectTypeSpec Object |
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:ClassThe icon associated with this type of objects.
| label | property |
public var label:StringThe localized type name
| labelPlural | property |
public var labelPlural:StringThe 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:ArrayA list of type names that use the same type info.