kubernetes_asyncio.client.models.v1_flocker_volume_source 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_flocker_volume_source.V1FlockerVolumeSource(dataset_name=None, dataset_uuid=None, local_vars_configuration=None)
Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'dataset_name': 'datasetName', 'dataset_uuid': 'datasetUUID'}
- property dataset_name
Gets the dataset_name of this V1FlockerVolumeSource. # noqa: E501
datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated # noqa: E501
- Returns:
The dataset_name of this V1FlockerVolumeSource. # noqa: E501
- Return type:
str
- property dataset_uuid
Gets the dataset_uuid of this V1FlockerVolumeSource. # noqa: E501
datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset # noqa: E501
- Returns:
The dataset_uuid of this V1FlockerVolumeSource. # noqa: E501
- Return type:
str
- openapi_types = {'dataset_name': 'str', 'dataset_uuid': 'str'}
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model