# io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource

From **Kubernetes**.

Represents a vSphere volume resource.

- Type: `object`

## Properties

### `fsType`

- Required: false
- Type: `string`

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.

### `storagePolicyID`

- Required: false
- Type: `string`

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

### `storagePolicyName`

- Required: false
- Type: `string`

storagePolicyName is the storage Policy Based Management (SPBM) profile name.

### `volumePath`

- Required: true
- Type: `string`

volumePath is the path that identifies vSphere volume vmdk

## JSON Schema

```json
{"description":"Represents a vSphere volume resource.","properties":{"fsType":{"description":"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.","type":"string"},"storagePolicyID":{"description":"storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.","type":"string"},"storagePolicyName":{"description":"storagePolicyName is the storage Policy Based Management (SPBM) profile name.","type":"string"},"volumePath":{"default":"","description":"volumePath is the path that identifies vSphere volume vmdk","type":"string"}},"required":["volumePath"],"type":"object"}
```
