AmlFilesystemClientInfo interface
AML file system client information
Properties
container |
Container Storage Interface information for the AML file system. NOTE: This property will not be serialized. It can only be populated by the server. |
lustre |
The version of Lustre running in the AML file system NOTE: This property will not be serialized. It can only be populated by the server. |
mgs |
The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS). NOTE: This property will not be serialized. It can only be populated by the server. |
mount |
Recommended command to mount the AML file system NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
containerStorageInterface
Container Storage Interface information for the AML file system. NOTE: This property will not be serialized. It can only be populated by the server.
containerStorageInterface?: AmlFilesystemContainerStorageInterface
Property Value
lustreVersion
The version of Lustre running in the AML file system NOTE: This property will not be serialized. It can only be populated by the server.
lustreVersion?: string
Property Value
string
mgsAddress
The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS). NOTE: This property will not be serialized. It can only be populated by the server.
mgsAddress?: string
Property Value
string
mountCommand
Recommended command to mount the AML file system NOTE: This property will not be serialized. It can only be populated by the server.
mountCommand?: string
Property Value
string