Interface¶
- class pyvo.io.vosi.voresource.Interface(*args, **kwargs)[source]¶
Bases:
ElementWithXSIType
Interface element as described in http://www.ivoa.net/xml/VOResource/v1.0
A description of a service interface.
Since this type is abstract, one must use an Interface subclassto describe an actual interface.
Additional interface subtypes (beyond WebService and WebBrowser) are defined in the VODataService schema.
Attributes Summary
A list of access urls in the interface.
mirror(s) for this access URL.
the mechanism the client must employ to gain secure access to the service.
Methods Summary
describe
()Prints out a human readable description
Attributes Documentation
- mirrorurls¶
mirror(s) for this access URL.
- resulttype¶
- role¶
- securitymethods¶
the mechanism the client must employ to gain secure access to the service.
when more than one method is listed, each one must be employed to gain access.
- testquerystring¶
- version¶
Methods Documentation