VolumeMountProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Eci;
new VolumeMountProperty {
object MountPath = null,
object MountPropagation = null,
object Name = null,
object ReadOnly = null,
object SubPath = null
};
Properties
MountPathOptional
public object MountPath { get; set; }
MountPropagationOptional
public object MountPropagation { get; set; }
NameOptional
public object Name { get; set; }
ReadOnlyOptional
public object ReadOnly { get; set; }
SubPathOptional
public object SubPath { get; set; }