Skip to content

InitContainerVolumeMountProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eci;
new InitContainerVolumeMountProperty {
    object MountPath = null,
    object Name = null,
    object ReadOnly = null
};

Properties

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

MountPathOptional

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

NameOptional

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

ReadOnlyOptional

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