NfsProtocolProperties#
- class NfsProtocolProperties(authentication_type=None, anonymous_identifier=None, squash_type=None, access_type=None, client_exceptions=None, *args, **kwargs)#
Bases:
object
NFS protocol properties for mount target.
- Parameters:
authentication_type – (
authentication_type
)anonymous_identifier – (
anonymous_identifier
)squash_type – (
squash_type
)access_type – (
access_type
)client_exceptions – (
client_exceptions
) Access exception client list of the mount target.
- property access_type#
- Type:
- property anonymous_identifier#
- Type:
- property authentication_type#
- Type:
- property client_exceptions#
Access exception client list of the mount target.
- Type:
list[
ClientException
]
- property squash_type#
- Type:
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model