InitContainerVolumeMountsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new InitContainerVolumeMountsProperty {
object Name,
object MountPath = null,
object MountPropagation = null,
object ReadOnly = null,
object SubPath = null
};
Properties
Name
Required
public object Name { get; set; }
MountPath
Optional
public object MountPath { get; set; }
MountPropagation
Optional
public object MountPropagation { get; set; }
ReadOnly
Optional
public object ReadOnly { get; set; }
SubPath
Optional
public object SubPath { get; set; }