public final class SmbSetting extends Object
| Constructor and Description |
|---|
SmbSetting() |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticationMethods()
Get the authenticationMethods property: SMB authentication methods supported by server.
|
String |
channelEncryption()
Get the channelEncryption property: SMB channel encryption supported by server.
|
String |
kerberosTicketEncryption()
Get the kerberosTicketEncryption property: Kerberos ticket encryption supported by server.
|
Multichannel |
multichannel()
Get the multichannel property: Multichannel setting.
|
void |
validate()
Validates the instance.
|
String |
versions()
Get the versions property: SMB protocol versions supported by server.
|
SmbSetting |
withAuthenticationMethods(String authenticationMethods)
Set the authenticationMethods property: SMB authentication methods supported by server.
|
SmbSetting |
withChannelEncryption(String channelEncryption)
Set the channelEncryption property: SMB channel encryption supported by server.
|
SmbSetting |
withKerberosTicketEncryption(String kerberosTicketEncryption)
Set the kerberosTicketEncryption property: Kerberos ticket encryption supported by server.
|
SmbSetting |
withMultichannel(Multichannel multichannel)
Set the multichannel property: Multichannel setting.
|
SmbSetting |
withVersions(String versions)
Set the versions property: SMB protocol versions supported by server.
|
public Multichannel multichannel()
public SmbSetting withMultichannel(Multichannel multichannel)
multichannel - the multichannel value to set.public String versions()
public SmbSetting withVersions(String versions)
versions - the versions value to set.public String authenticationMethods()
public SmbSetting withAuthenticationMethods(String authenticationMethods)
authenticationMethods - the authenticationMethods value to set.public String kerberosTicketEncryption()
public SmbSetting withKerberosTicketEncryption(String kerberosTicketEncryption)
kerberosTicketEncryption - the kerberosTicketEncryption value to set.public String channelEncryption()
public SmbSetting withChannelEncryption(String channelEncryption)
channelEncryption - the channelEncryption value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.