cifsProtocol
The cifsProtocol
data type describes the cifs resource for HCPnamespaces.
Properties
The table below describes the properties included in the cifsProtocol
data type.
Property name | Data type | Description |
caseForcing | Boolean |
Specifies whether the CIFS protocol is case forcing for the namespace. Valid values are:
The default is DISABLED. These values are not case sensitive. |
caseSensitive | Boolean |
Specifies whether the CIFS protocol is case sensitive for the namespace. Valid values are:
The default is true. |
enabled | Boolean |
Specifies whether the CIFS protocol is enabled for the namespace. Valid values are:
The default is false. |
ipSettings | ipSettings | Specifies which IP addresses can and cannot access the namespace through the CIFS protocol. |
requiresAuthentication | Boolean |
Specifies whether user authentication is required or allowed for access to the namespace through the CIFS protocol. Valid values are:
The default is true. This property can be set to |
Example
Here’s an XML example of the cifsProtocol data type:
<cifsProtocol> <caseForcing>DISABLED</caseForcing/> <caseSensitive>true</caseSensitive> <enabled>true</enabled> <ipSettings> <allowAddresses> <ipAddress>192.168.140.10</ipAddress> <ipAddress>192.168.140.14</ipAddress> <ipAddress>192.168.140.15</ipAddress> <ipAddress>192.168.149.0/24</ipAddress> </allowAddresses> <denyAddresses> <ipAddress>192.168.149.5</ipAddress> </denyAddresses> </ipSettings> <requiresAuthentication>true</requiresAuthentication> </cifsProtocol>