| Package | com.vmware.core.model |
| Class | public class SourceInfo |
| Inheritance | SourceInfo Object |
| Property | Defined 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 | ||
| isUnsupported | property |
isUnsupported:BooleanIndicates whether the property in question is unsupported by the provider resource.
public function get isUnsupported():Boolean public function set isUnsupported(value:Boolean):void| provider | property |
public var provider:IResourceReferenceReference to the resource (typically a server object) that the property in question belongs to.
| version | property |
public var version:StringThe minimum version that supports the property.