pub struct AzureDiskVolumeSource {
pub caching_mode: Option<String>,
pub disk_name: Option<String>,
pub disk_uri: Option<String>,
pub fs_type: Option<String>,
pub kind: Option<String>,
pub read_only: Option<bool>,
}Fields§
§caching_mode: Option<String>+enum
disk_name: Option<String>The Name of the data disk in the blob storage
disk_uri: Option<String>The URI the data disk in the blob storage
fs_type: Option<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. +optional
kind: Option<String>+enum
read_only: Option<bool>Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
Implementations§
Source§impl AzureDiskVolumeSource
impl AzureDiskVolumeSource
pub fn new() -> AzureDiskVolumeSource
Trait Implementations§
Source§impl Clone for AzureDiskVolumeSource
impl Clone for AzureDiskVolumeSource
Source§fn clone(&self) -> AzureDiskVolumeSource
fn clone(&self) -> AzureDiskVolumeSource
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for AzureDiskVolumeSource
impl Debug for AzureDiskVolumeSource
Source§impl<'de> Deserialize<'de> for AzureDiskVolumeSource
impl<'de> Deserialize<'de> for AzureDiskVolumeSource
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl FromStr for AzureDiskVolumeSource
Converts Query Parameters representation (style=form, explode=false) to a AzureDiskVolumeSource value
as specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde deserializer
impl FromStr for AzureDiskVolumeSource
Converts Query Parameters representation (style=form, explode=false) to a AzureDiskVolumeSource value as specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde deserializer
Source§impl PartialEq for AzureDiskVolumeSource
impl PartialEq for AzureDiskVolumeSource
Source§impl Serialize for AzureDiskVolumeSource
impl Serialize for AzureDiskVolumeSource
Source§impl ToString for AzureDiskVolumeSource
Converts the AzureDiskVolumeSource value to the Query Parameters representation (style=form, explode=false)
specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde serializer
impl ToString for AzureDiskVolumeSource
Converts the AzureDiskVolumeSource value to the Query Parameters representation (style=form, explode=false) specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde serializer