kubernetes_asyncio.client.models.v1_photon_persistent_disk_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_photon_persistent_disk_volume_source.V1PhotonPersistentDiskVolumeSource(fs_type=None, pd_id=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 = {'fs_type': 'fsType', 'pd_id': 'pdID'}
- property fs_type
Gets the fs_type of this V1PhotonPersistentDiskVolumeSource. # noqa: E501
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”. Implicitly inferred to be “ext4” if unspecified. # noqa: E501
- Returns:
The fs_type of this V1PhotonPersistentDiskVolumeSource. # noqa: E501
- Return type:
str
- openapi_types = {'fs_type': 'str', 'pd_id': 'str'}
- property pd_id
Gets the pd_id of this V1PhotonPersistentDiskVolumeSource. # noqa: E501
pdID is the ID that identifies Photon Controller persistent disk # noqa: E501
- Returns:
The pd_id of this V1PhotonPersistentDiskVolumeSource. # noqa: E501
- Return type:
str
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model