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
FileSystemIdRequired
public object FileSystemId { get; set; }
MountTargetDomainRequired
public object MountTargetDomain { get; set; }
MountDirectoryOptional
public object MountDirectory { get; set; }
MountOptionsOptional
public object MountOptions { get; set; }
NasDirectoryOptional
public object NasDirectory { get; set; }
ProtocolTypeOptional
public object ProtocolType { get; set; }