vSphere Client SDK API Documentation : version 5.5.0.1300321

com.vmware.vise.search
Interface PropertyInfo


public interface PropertyInfo

Metadata of a property of an object.


Method Summary
 String getName()
          Uniquely identifies the property within the space of the ProviderType.
 String getProvider()
          The type of the object that provides or owns the property.
 String getType()
          The type of the property.
 boolean isMultiCardinality()
          Whether the property value is a collection.
 

Method Detail

getName

String getName()
Uniquely identifies the property within the space of the ProviderType.

For example, the providerType VirtualMachine might have properties such as name, host, and poweredOn.


getProvider

String getProvider()
The type of the object that provides or owns the property.

For example, the type could be an object such as VirtualMachine, HostSystem, or samples:Chassis.


getType

String getType()
The type of the property.

For example, this could be a primitive type such as string, integer, or another Object type such as VirtualMachine, HostSystem, or samples:chassis.


isMultiCardinality

boolean isMultiCardinality()
Whether the property value is a collection.


vSphere Client SDK API Documentation : version 5.5.0.1300321

Copyright @ 2012 VMware, Inc. All rights reserved.