The AcceleratorRequest
class inherits from
Resource
.
openstack.accelerator.v2.accelerator_request.
AcceleratorRequest
(_synchronized=False, connection=None, **attrs)¶The base resource
Parameters: |
|
---|
allow_patch
= True¶Allow patch operation for binding.
attach_handle_info
¶The device address associated with this ARQ (if any)
attach_handle_type
¶The type of attach handle (e.g. PCI, mdev…)
device_profile_name
¶The name of the device profile
device_profile_group_id
¶The id of the device profile group
device_rp_uuid
¶The UUID of the bound device RP (if any)
hostname
¶The host name to which ARQ is bound. (if any)
instance_uuid
¶The UUID of the instance associated with this ARQ (if any)
state
¶The state of the ARQ
uuid
¶The UUID of the ARQ
patch
(session, patch=None, prepend_key=True, has_body=True, retry_on_conflict=None, base_path=None)¶Patch the remote resource.
Allows modifying the resource by providing a list of JSON patches to apply to it. The patches can use both the original (server-side) and SDK field names.
Parameters: |
|
---|---|
Returns: | This |
Raises: |
|
create
(session, base_path=None)¶Create a remote resource based on this instance.
Parameters: |
|
---|---|
Returns: | This |
Raises: |
|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.