Sha256: fa4d3eeac908dde949fda2b14ba48b5ff4f1aec96153b45f0c8c177a7a25868c
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 KB
Contents
# Zilla::IoK8sApiCoreV1AzureDiskVolumeSource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **caching_mode** | **String** | cachingMode is the Host Caching mode: None, Read Only, Read Write. | [optional] | | **disk_name** | **String** | diskName is the Name of the data disk in the blob storage | | | **disk_uri** | **String** | diskURI is the URI of data disk in the blob storage | | | **fs_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. | [optional] | | **kind** | **String** | kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared | [optional] | | **read_only** | **Boolean** | readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1AzureDiskVolumeSource.new( caching_mode: null, disk_name: null, disk_uri: null, fs_type: null, kind: null, read_only: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1AzureDiskVolumeSource.md |