Skip to content

VolumeMountsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ess;
new VolumeMountsProperty {
    object MountPath = null,
    object MountPropagation = null,
    object Name = null,
    object ReadOnly = null,
    object SubPath = null
};

Properties

Name Type Description
MountPath object No description.
MountPropagation object No description.
Name object No description.
ReadOnly object No description.
SubPath object No description.

MountPathOptional

public object MountPath { get; set; }
  • Type: object

MountPropagationOptional

public object MountPropagation { get; set; }
  • Type: object

NameOptional

public object Name { get; set; }
  • Type: object

ReadOnlyOptional

public object ReadOnly { get; set; }
  • Type: object

SubPathOptional

public object SubPath { get; set; }
  • Type: object