Share via


VolumeMount.ReadOnlyProperty Property

Definition

Gets or sets the flag indicating whether the volume mount is read-only.

[Newtonsoft.Json.JsonProperty(PropertyName="readOnly")]
public bool? ReadOnlyProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="readOnly")>]
member this.ReadOnlyProperty : Nullable<bool> with get, set
Public Property ReadOnlyProperty As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to