MountSettings Class

File Server mount Information.

Inheritance
MountSettings

Constructor

MountSettings(*, mount_point: Optional[str] = None, file_server_public_ip: Optional[str] = None, file_server_internal_ip: Optional[str] = None, **kwargs)

Parameters

mount_point
str
Required

Path where the data disks are mounted on the File Server.

file_server_public_ip
str
Required

Public IP address of the File Server which can be used to SSH to the node from outside of the subnet.

file_server_internal_ip
str
Required

Internal IP address of the File Server which can be used to access the File Server from within the subnet.