kubernetes_asyncio.client.models.v1alpha1_storage_version_migration_spec 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.v1alpha1_storage_version_migration_spec.V1alpha1StorageVersionMigrationSpec(continue_token=None, resource=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 = {'continue_token': 'continueToken', 'resource': 'resource'}
property continue_token

Gets the continue_token of this V1alpha1StorageVersionMigrationSpec. # noqa: E501

The token used in the list options to get the next chunk of objects to migrate. When the .status.conditions indicates the migration is “Running”, users can use this token to check the progress of the migration. # noqa: E501

Returns:

The continue_token of this V1alpha1StorageVersionMigrationSpec. # noqa: E501

Return type:

str

openapi_types = {'continue_token': 'str', 'resource': 'V1alpha1GroupVersionResource'}
property resource

Gets the resource of this V1alpha1StorageVersionMigrationSpec. # noqa: E501

Returns:

The resource of this V1alpha1StorageVersionMigrationSpec. # noqa: E501

Return type:

V1alpha1GroupVersionResource

to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model