Kazan v0.11.0 Kazan.Apis.Core.V1.VsphereVirtualDiskVolumeSource View Source

Represents a vSphere volume resource.

OpenAPI Definition: io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource

Properties

  • fs_type :: String

    • 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.
  • storage_policy_id :: String

    • Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
  • storage_policy_name :: String

    • Storage Policy Based Management (SPBM) profile name.
  • volume_path :: String

    • Path that identifies vSphere volume vmdk

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.VsphereVirtualDiskVolumeSource{
  fs_type: String.t(),
  storage_policy_id: String.t(),
  storage_policy_name: String.t(),
  volume_path: String.t()
}