Skip to content

SharedStoragesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new SharedStoragesProperty {
    object FileSystemId,
    object MountTargetDomain,
    object MountDirectory = null,
    object MountOptions = null,
    object NasDirectory = null,
    object ProtocolType = null
};

Properties

Name Type Description
FileSystemId object No description.
MountTargetDomain object No description.
MountDirectory object No description.
MountOptions object No description.
NasDirectory object No description.
ProtocolType object No description.

FileSystemIdRequired

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

MountTargetDomainRequired

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

MountDirectoryOptional

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

MountOptionsOptional

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

NasDirectoryOptional

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

ProtocolTypeOptional

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