Packagecom.vmware.core.model
Classpublic class SourceInfo
InheritanceSourceInfo Inheritance Object

This class represents source information for some property of a given resource.



Public Properties
 PropertyDefined By
  isUnsupported : Boolean
Indicates whether the property in question is unsupported by the provider resource.
SourceInfo
  provider : IResourceReference
Reference to the resource (typically a server object) that the property in question belongs to.
SourceInfo
  version : String
The minimum version that supports the property.
SourceInfo
Property Detail
isUnsupportedproperty
isUnsupported:Boolean

Indicates whether the property in question is unsupported by the provider resource.


Implementation
    public function get isUnsupported():Boolean
    public function set isUnsupported(value:Boolean):void
providerproperty 
public var provider:IResourceReference

Reference to the resource (typically a server object) that the property in question belongs to.

versionproperty 
public var version:String

The minimum version that supports the property.