Package | com.vmware.core.model |
Class | public class SourceInfo |
Inheritance | SourceInfo ![]() |
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:Boolean
Indicates 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:IResourceReference
Reference to the resource (typically a server object) that the property in question belongs to.
version | property |
public var version:String
The minimum version that supports the property.