Bases: ResourceBase
Helper method to get Resource specific OEM extension object for vendor
resource_name – The underscore joined name of the resource e.g. ‘system’ / ‘ethernet_interface’ / ‘update_service’
vendor – This is the OEM vendor string which is the vendor-specific extensibility identifier. Examples are: ‘Contoso’, ‘Hpe’. As a matter of fact the lowercase of this string will be the plugin entry point name.
resource – The Sushy resource instance
The object returned by plugin(*args, **kwds)
of extension.
OEMExtensionNotFoundError – if no valid resource OEM extension found.
Bases: CompositeField
Bases: OEMResourceBase
Bases: CompositeField
Helper method to get Resource specific OEM extension object for vendor
resource_name – The underscore joined name of the resource e.g. ‘system’ / ‘ethernet_interface’ / ‘update_service’
vendor – This is the OEM vendor string which is the vendor-specific extensibility identifier. Examples are: ‘Contoso’, ‘Hpe’. As a matter of fact the lowercase of this string will be the plugin entry point name.
resource – The Sushy resource instance
The object returned by plugin(*args, **kwds)
of extension.
OEMExtensionNotFoundError – if no valid resource OEM extension found.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.