Skip to content

MountDescsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edas;
new MountDescsProperty {
    object MountPath = null,
    object NasPath = null
};

Properties

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

MountPathOptional

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

NasPathOptional

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