@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSMBSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSMBSettingsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSMBSettingsResult |
clone() |
boolean |
equals(Object obj) |
String |
getActiveDirectoryStatus()
Indicates the status of a gateway that is a member of the Active Directory domain.
|
String |
getDomainName()
The name of the domain that the gateway is joined to.
|
String |
getGatewayARN() |
Boolean |
getSMBGuestPasswordSet()
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
|
String |
getSMBSecurityStrategy()
The type of security strategy that was specified for file gateway.
|
int |
hashCode() |
Boolean |
isSMBGuestPasswordSet()
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
|
void |
setActiveDirectoryStatus(String activeDirectoryStatus)
Indicates the status of a gateway that is a member of the Active Directory domain.
|
void |
setDomainName(String domainName)
The name of the domain that the gateway is joined to.
|
void |
setGatewayARN(String gatewayARN) |
void |
setSMBGuestPasswordSet(Boolean sMBGuestPasswordSet)
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
|
void |
setSMBSecurityStrategy(String sMBSecurityStrategy)
The type of security strategy that was specified for file gateway.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSMBSettingsResult |
withActiveDirectoryStatus(ActiveDirectoryStatus activeDirectoryStatus)
Indicates the status of a gateway that is a member of the Active Directory domain.
|
DescribeSMBSettingsResult |
withActiveDirectoryStatus(String activeDirectoryStatus)
Indicates the status of a gateway that is a member of the Active Directory domain.
|
DescribeSMBSettingsResult |
withDomainName(String domainName)
The name of the domain that the gateway is joined to.
|
DescribeSMBSettingsResult |
withGatewayARN(String gatewayARN) |
DescribeSMBSettingsResult |
withSMBGuestPasswordSet(Boolean sMBGuestPasswordSet)
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
|
DescribeSMBSettingsResult |
withSMBSecurityStrategy(SMBSecurityStrategy sMBSecurityStrategy)
The type of security strategy that was specified for file gateway.
|
DescribeSMBSettingsResult |
withSMBSecurityStrategy(String sMBSecurityStrategy)
The type of security strategy that was specified for file gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public DescribeSMBSettingsResult withGatewayARN(String gatewayARN)
gatewayARN
- public void setDomainName(String domainName)
The name of the domain that the gateway is joined to.
domainName
- The name of the domain that the gateway is joined to.public String getDomainName()
The name of the domain that the gateway is joined to.
public DescribeSMBSettingsResult withDomainName(String domainName)
The name of the domain that the gateway is joined to.
domainName
- The name of the domain that the gateway is joined to.public void setActiveDirectoryStatus(String activeDirectoryStatus)
Indicates the status of a gateway that is a member of the Active Directory domain.
ACCESS_DENIED: Indicates that the JoinDomain
operation failed due to an authentication error.
DETACHED: Indicates that gateway is not joined to a domain.
JOINED: Indicates that the gateway has successfully joined a domain.
JOINING: Indicates that a JoinDomain
operation is in progress.
NETWORK_ERROR: Indicates that JoinDomain
operation failed due to a network or connectivity error.
TIMEOUT: Indicates that the JoinDomain
operation failed because the operation didn't complete within
the allotted time.
UNKNOWN_ERROR: Indicates that the JoinDomain
operation failed due to another type of error.
activeDirectoryStatus
- Indicates the status of a gateway that is a member of the Active Directory domain.
ACCESS_DENIED: Indicates that the JoinDomain
operation failed due to an authentication error.
DETACHED: Indicates that gateway is not joined to a domain.
JOINED: Indicates that the gateway has successfully joined a domain.
JOINING: Indicates that a JoinDomain
operation is in progress.
NETWORK_ERROR: Indicates that JoinDomain
operation failed due to a network or connectivity
error.
TIMEOUT: Indicates that the JoinDomain
operation failed because the operation didn't complete
within the allotted time.
UNKNOWN_ERROR: Indicates that the JoinDomain
operation failed due to another type of error.
ActiveDirectoryStatus
public String getActiveDirectoryStatus()
Indicates the status of a gateway that is a member of the Active Directory domain.
ACCESS_DENIED: Indicates that the JoinDomain
operation failed due to an authentication error.
DETACHED: Indicates that gateway is not joined to a domain.
JOINED: Indicates that the gateway has successfully joined a domain.
JOINING: Indicates that a JoinDomain
operation is in progress.
NETWORK_ERROR: Indicates that JoinDomain
operation failed due to a network or connectivity error.
TIMEOUT: Indicates that the JoinDomain
operation failed because the operation didn't complete within
the allotted time.
UNKNOWN_ERROR: Indicates that the JoinDomain
operation failed due to another type of error.
ACCESS_DENIED: Indicates that the JoinDomain
operation failed due to an authentication
error.
DETACHED: Indicates that gateway is not joined to a domain.
JOINED: Indicates that the gateway has successfully joined a domain.
JOINING: Indicates that a JoinDomain
operation is in progress.
NETWORK_ERROR: Indicates that JoinDomain
operation failed due to a network or connectivity
error.
TIMEOUT: Indicates that the JoinDomain
operation failed because the operation didn't
complete within the allotted time.
UNKNOWN_ERROR: Indicates that the JoinDomain
operation failed due to another type of error.
ActiveDirectoryStatus
public DescribeSMBSettingsResult withActiveDirectoryStatus(String activeDirectoryStatus)
Indicates the status of a gateway that is a member of the Active Directory domain.
ACCESS_DENIED: Indicates that the JoinDomain
operation failed due to an authentication error.
DETACHED: Indicates that gateway is not joined to a domain.
JOINED: Indicates that the gateway has successfully joined a domain.
JOINING: Indicates that a JoinDomain
operation is in progress.
NETWORK_ERROR: Indicates that JoinDomain
operation failed due to a network or connectivity error.
TIMEOUT: Indicates that the JoinDomain
operation failed because the operation didn't complete within
the allotted time.
UNKNOWN_ERROR: Indicates that the JoinDomain
operation failed due to another type of error.
activeDirectoryStatus
- Indicates the status of a gateway that is a member of the Active Directory domain.
ACCESS_DENIED: Indicates that the JoinDomain
operation failed due to an authentication error.
DETACHED: Indicates that gateway is not joined to a domain.
JOINED: Indicates that the gateway has successfully joined a domain.
JOINING: Indicates that a JoinDomain
operation is in progress.
NETWORK_ERROR: Indicates that JoinDomain
operation failed due to a network or connectivity
error.
TIMEOUT: Indicates that the JoinDomain
operation failed because the operation didn't complete
within the allotted time.
UNKNOWN_ERROR: Indicates that the JoinDomain
operation failed due to another type of error.
ActiveDirectoryStatus
public DescribeSMBSettingsResult withActiveDirectoryStatus(ActiveDirectoryStatus activeDirectoryStatus)
Indicates the status of a gateway that is a member of the Active Directory domain.
ACCESS_DENIED: Indicates that the JoinDomain
operation failed due to an authentication error.
DETACHED: Indicates that gateway is not joined to a domain.
JOINED: Indicates that the gateway has successfully joined a domain.
JOINING: Indicates that a JoinDomain
operation is in progress.
NETWORK_ERROR: Indicates that JoinDomain
operation failed due to a network or connectivity error.
TIMEOUT: Indicates that the JoinDomain
operation failed because the operation didn't complete within
the allotted time.
UNKNOWN_ERROR: Indicates that the JoinDomain
operation failed due to another type of error.
activeDirectoryStatus
- Indicates the status of a gateway that is a member of the Active Directory domain.
ACCESS_DENIED: Indicates that the JoinDomain
operation failed due to an authentication error.
DETACHED: Indicates that gateway is not joined to a domain.
JOINED: Indicates that the gateway has successfully joined a domain.
JOINING: Indicates that a JoinDomain
operation is in progress.
NETWORK_ERROR: Indicates that JoinDomain
operation failed due to a network or connectivity
error.
TIMEOUT: Indicates that the JoinDomain
operation failed because the operation didn't complete
within the allotted time.
UNKNOWN_ERROR: Indicates that the JoinDomain
operation failed due to another type of error.
ActiveDirectoryStatus
public void setSMBGuestPasswordSet(Boolean sMBGuestPasswordSet)
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
sMBGuestPasswordSet
- This value is true if a password for the guest user “smbguest” is set, and otherwise false.public Boolean getSMBGuestPasswordSet()
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
public DescribeSMBSettingsResult withSMBGuestPasswordSet(Boolean sMBGuestPasswordSet)
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
sMBGuestPasswordSet
- This value is true if a password for the guest user “smbguest” is set, and otherwise false.public Boolean isSMBGuestPasswordSet()
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
public void setSMBSecurityStrategy(String 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.
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.
SMBSecurityStrategy
public String getSMBSecurityStrategy()
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.
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.
SMBSecurityStrategy
public DescribeSMBSettingsResult withSMBSecurityStrategy(String 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.
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.
SMBSecurityStrategy
public DescribeSMBSettingsResult withSMBSecurityStrategy(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.
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.
SMBSecurityStrategy
public String toString()
toString
in class Object
Object.toString()
public DescribeSMBSettingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.