package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Represents a v_sphere volume resource.

type t
val to_yojson : t -> Yojson.Safe.t
val make : volume_path:string -> ?storage_policy_name:string -> ?storage_policy_id:string -> ?fs_type:string -> unit -> t
val fs_type : t -> string option

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.

val storage_policy_id : t -> string option

Storage Policy Based Management (spbm) profile Id associated with the Storage_policy_name.

val storage_policy_name : t -> string option

Storage Policy Based Management (spbm) profile name.

val volume_path : t -> string

Path that identifies v_sphere volume vmdk

module Object : Object.S with type value := t