NamespaceMemberConfig#
- class NamespaceMemberConfig(file_server_ext_id=None, is_core_member=False, *args, **kwargs)#
Bases:
object
Unified namespace member configuration represents a list of member file servers and a flag to indicate whether it is hosting namespace
- Parameters:
file_server_ext_id (required) – (
file_server_ext_id
) The external identifier of the member file server which belongs to unified namespace.is_core_member – (
is_core_member
) This flag indicates whether the file server is hosting the namespace in unified namespace. Core member’s namespace will be used by the clients to access the shares. Core member cannot be changed once the namespace is created. (Default False)
- property file_server_ext_id#
The external identifier of the member file server which belongs to unified namespace.
- Type:
str
- property is_core_member#
This flag indicates whether the file server is hosting the namespace in unified namespace. Core member’s namespace will be used by the clients to access the shares. Core member cannot be changed once the namespace is created.
- Type:
bool
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model