Skip to content

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 Type Description
Name object No description.
MountPath object No description.
MountPropagation object No description.
ReadOnly object No description.
SubPath object No description.

NameRequired

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

MountPathOptional

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

MountPropagationOptional

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

ReadOnlyOptional

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

SubPathOptional

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