kubernetes_asyncio.client.models.v1_vsphere_virtual_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_vsphere_virtual_disk_volume_source.V1VsphereVirtualDiskVolumeSource(fs_type=None, storage_policy_id=None, storage_policy_name=None, volume_path=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 = {'fs_type': 'fsType', 'storage_policy_id': 'storagePolicyID', 'storage_policy_name': 'storagePolicyName', 'volume_path': 'volumePath'}
property fs_type

Gets the fs_type of this V1VsphereVirtualDiskVolumeSource. # noqa: E501

fsType is 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 V1VsphereVirtualDiskVolumeSource. # noqa: E501

Return type:

str

openapi_types = {'fs_type': 'str', 'storage_policy_id': 'str', 'storage_policy_name': 'str', 'volume_path': 'str'}
property storage_policy_id

Gets the storage_policy_id of this V1VsphereVirtualDiskVolumeSource. # noqa: E501

storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. # noqa: E501

Returns:

The storage_policy_id of this V1VsphereVirtualDiskVolumeSource. # noqa: E501

Return type:

str

property storage_policy_name

Gets the storage_policy_name of this V1VsphereVirtualDiskVolumeSource. # noqa: E501

storagePolicyName is the storage Policy Based Management (SPBM) profile name. # noqa: E501

Returns:

The storage_policy_name of this V1VsphereVirtualDiskVolumeSource. # 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

property volume_path

Gets the volume_path of this V1VsphereVirtualDiskVolumeSource. # noqa: E501

volumePath is the path that identifies vSphere volume vmdk # noqa: E501

Returns:

The volume_path of this V1VsphereVirtualDiskVolumeSource. # noqa: E501

Return type:

str