UnifiedNamespace#
- class UnifiedNamespace(namespace_member_configs=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#
Bases:
ExternalizableAbstractModel
Unified namespace is a group of file servers across multiple Nutanix clusters and present unified access to the clients through the namespace of the core member of the group. One of the file servers can be designated as a core member. This is primarily used for expanding capacity across Nutanix Clusters.
- Parameters:
namespace_member_configs (required) – (
namespace_member_configs
) This contains a list of unified namespace member configurations. Member configuration represents member file server and a flag to indicate whether it is hosting the namespace.
- property namespace_member_configs#
This contains a list of unified namespace member configurations. Member configuration represents member file server and a flag to indicate whether it is hosting the namespace.
- Type:
list[
NamespaceMemberConfig
]
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model