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
NameRequired
public object Name { get; set; }
MountPathOptional
public object MountPath { get; set; }
MountPropagationOptional
public object MountPropagation { get; set; }
ReadOnlyOptional
public object ReadOnly { get; set; }
SubPathOptional
public object SubPath { get; set; }