/// <summary> /// Initializes a new instance of the /// Iok8sapicorev1CephFSPersistentVolumeSource class. /// </summary> public Iok8sapicorev1CephFSPersistentVolumeSource(IList <string> monitors, string path = default(string), bool?readOnlyProperty = default(bool?), string secretFile = default(string), Iok8sapicorev1SecretReference secretRef = default(Iok8sapicorev1SecretReference), string user = default(string)) { Monitors = monitors; Path = path; ReadOnlyProperty = readOnlyProperty; SecretFile = secretFile; SecretRef = secretRef; User = user; }
/// <summary> /// Initializes a new instance of the /// Iok8sapicorev1RBDPersistentVolumeSource class. /// </summary> public Iok8sapicorev1RBDPersistentVolumeSource(string image, IList <string> monitors, string fsType = default(string), string keyring = default(string), string pool = default(string), bool?readOnlyProperty = default(bool?), Iok8sapicorev1SecretReference secretRef = default(Iok8sapicorev1SecretReference), string user = default(string)) { FsType = fsType; Image = image; Keyring = keyring; Monitors = monitors; Pool = pool; ReadOnlyProperty = readOnlyProperty; SecretRef = secretRef; User = user; }
/// <summary> /// Initializes a new instance of the /// Iok8sapicorev1ScaleIOPersistentVolumeSource class. /// </summary> public Iok8sapicorev1ScaleIOPersistentVolumeSource(string gateway, Iok8sapicorev1SecretReference secretRef, string system, string fsType = default(string), string protectionDomain = default(string), bool?readOnlyProperty = default(bool?), bool?sslEnabled = default(bool?), string storageMode = default(string), string storagePool = default(string), string volumeName = default(string)) { FsType = fsType; Gateway = gateway; ProtectionDomain = protectionDomain; ReadOnlyProperty = readOnlyProperty; SecretRef = secretRef; SslEnabled = sslEnabled; StorageMode = storageMode; StoragePool = storagePool; System = system; VolumeName = volumeName; }
/// <summary> /// Initializes a new instance of the /// Iok8sapicorev1ISCSIPersistentVolumeSource class. /// </summary> public Iok8sapicorev1ISCSIPersistentVolumeSource(string iqn, int lun, string targetPortal, bool?chapAuthDiscovery = default(bool?), bool?chapAuthSession = default(bool?), string fsType = default(string), string initiatorName = default(string), string iscsiInterface = default(string), IList <string> portals = default(IList <string>), bool?readOnlyProperty = default(bool?), Iok8sapicorev1SecretReference secretRef = default(Iok8sapicorev1SecretReference)) { ChapAuthDiscovery = chapAuthDiscovery; ChapAuthSession = chapAuthSession; FsType = fsType; InitiatorName = initiatorName; Iqn = iqn; IscsiInterface = iscsiInterface; Lun = lun; Portals = portals; ReadOnlyProperty = readOnlyProperty; SecretRef = secretRef; TargetPortal = targetPortal; }