kubernetes_asyncio.client.models.v1_device_claim_configuration module

Kubernetes

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech

class kubernetes_asyncio.client.models.v1_device_claim_configuration.V1DeviceClaimConfiguration(opaque=None, requests=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'opaque': 'opaque', 'requests': 'requests'}
property opaque

Gets the opaque of this V1DeviceClaimConfiguration. # noqa: E501

Returns:

The opaque of this V1DeviceClaimConfiguration. # noqa: E501

Return type:

V1OpaqueDeviceConfiguration

openapi_types = {'opaque': 'V1OpaqueDeviceConfiguration', 'requests': 'list[str]'}
property requests

Gets the requests of this V1DeviceClaimConfiguration. # noqa: E501

Requests lists the names of requests where the configuration applies. If empty, it applies to all requests. References to subrequests must include the name of the main request and may include the subrequest using the format <main request>[/<subrequest>]. If just the main request is given, the configuration applies to all subrequests. # noqa: E501

Returns:

The requests of this V1DeviceClaimConfiguration. # noqa: E501

Return type:

list[str]

to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model