@Generated(value="software.amazon.awssdk:codegen") public final class DescribeSmbSettingsResponse extends StorageGatewayResponse implements ToCopyableBuilder<DescribeSmbSettingsResponse.Builder,DescribeSmbSettingsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeSmbSettingsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeSmbSettingsResponse.Builder |
builder() |
String |
domainName()
The name of the domain that the gateway is joined to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayARN()
Returns the value of the GatewayARN property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeSmbSettingsResponse.Builder> |
serializableBuilderClass() |
Boolean |
smbGuestPasswordSet()
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
|
SMBSecurityStrategy |
smbSecurityStrategy()
The type of security strategy that was specified for file gateway.
|
String |
smbSecurityStrategyAsString()
The type of security strategy that was specified for file gateway.
|
DescribeSmbSettingsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String gatewayARN()
public String domainName()
The name of the domain that the gateway is joined to.
public Boolean smbGuestPasswordSet()
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
public SMBSecurityStrategy smbSecurityStrategy()
The type of security strategy that was specified for file gateway.
ClientSpecified: if you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment.
MandatorySigning: if you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer.
MandatoryEncryption: if you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer.
If the service returns an enum value that is not available in the current SDK version,
smbSecurityStrategy will return SMBSecurityStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from smbSecurityStrategyAsString().
ClientSpecified: if you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment.
MandatorySigning: if you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer.
MandatoryEncryption: if you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer.
SMBSecurityStrategypublic String smbSecurityStrategyAsString()
The type of security strategy that was specified for file gateway.
ClientSpecified: if you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment.
MandatorySigning: if you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer.
MandatoryEncryption: if you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer.
If the service returns an enum value that is not available in the current SDK version,
smbSecurityStrategy will return SMBSecurityStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from smbSecurityStrategyAsString().
ClientSpecified: if you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment.
MandatorySigning: if you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer.
MandatoryEncryption: if you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer.
SMBSecurityStrategypublic DescribeSmbSettingsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeSmbSettingsResponse.Builder,DescribeSmbSettingsResponse>toBuilder in class AwsResponsepublic static DescribeSmbSettingsResponse.Builder builder()
public static Class<? extends DescribeSmbSettingsResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.