@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStorageSystemResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeStorageSystemResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStorageSystemResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAgentArns()
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
|
String |
getCloudWatchLogGroupArn()
The ARN of the Amazon CloudWatch log group that's used to monitor and log discovery job events.
|
String |
getConnectivityStatus()
Indicates whether your DataSync agent can connect to your on-premises storage system.
|
Date |
getCreationTime()
The time when you added the on-premises storage system to DataSync Discovery.
|
String |
getErrorMessage()
Describes the connectivity error that the DataSync agent is encountering with your on-premises storage system.
|
String |
getName()
The name that you gave your on-premises storage system when adding it to DataSync Discovery.
|
String |
getSecretsManagerArn()
The ARN of the secret that stores your on-premises storage system's credentials.
|
DiscoveryServerConfiguration |
getServerConfiguration()
The server name and network port required to connect with your on-premises storage system's management interface.
|
String |
getStorageSystemArn()
The ARN of the on-premises storage system that the discovery job looked at.
|
String |
getSystemType()
The type of on-premises storage system.
|
int |
hashCode() |
void |
setAgentArns(Collection<String> agentArns)
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
|
void |
setCloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The ARN of the Amazon CloudWatch log group that's used to monitor and log discovery job events.
|
void |
setConnectivityStatus(String connectivityStatus)
Indicates whether your DataSync agent can connect to your on-premises storage system.
|
void |
setCreationTime(Date creationTime)
The time when you added the on-premises storage system to DataSync Discovery.
|
void |
setErrorMessage(String errorMessage)
Describes the connectivity error that the DataSync agent is encountering with your on-premises storage system.
|
void |
setName(String name)
The name that you gave your on-premises storage system when adding it to DataSync Discovery.
|
void |
setSecretsManagerArn(String secretsManagerArn)
The ARN of the secret that stores your on-premises storage system's credentials.
|
void |
setServerConfiguration(DiscoveryServerConfiguration serverConfiguration)
The server name and network port required to connect with your on-premises storage system's management interface.
|
void |
setStorageSystemArn(String storageSystemArn)
The ARN of the on-premises storage system that the discovery job looked at.
|
void |
setSystemType(String systemType)
The type of on-premises storage system.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStorageSystemResult |
withAgentArns(Collection<String> agentArns)
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
|
DescribeStorageSystemResult |
withAgentArns(String... agentArns)
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
|
DescribeStorageSystemResult |
withCloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The ARN of the Amazon CloudWatch log group that's used to monitor and log discovery job events.
|
DescribeStorageSystemResult |
withConnectivityStatus(StorageSystemConnectivityStatus connectivityStatus)
Indicates whether your DataSync agent can connect to your on-premises storage system.
|
DescribeStorageSystemResult |
withConnectivityStatus(String connectivityStatus)
Indicates whether your DataSync agent can connect to your on-premises storage system.
|
DescribeStorageSystemResult |
withCreationTime(Date creationTime)
The time when you added the on-premises storage system to DataSync Discovery.
|
DescribeStorageSystemResult |
withErrorMessage(String errorMessage)
Describes the connectivity error that the DataSync agent is encountering with your on-premises storage system.
|
DescribeStorageSystemResult |
withName(String name)
The name that you gave your on-premises storage system when adding it to DataSync Discovery.
|
DescribeStorageSystemResult |
withSecretsManagerArn(String secretsManagerArn)
The ARN of the secret that stores your on-premises storage system's credentials.
|
DescribeStorageSystemResult |
withServerConfiguration(DiscoveryServerConfiguration serverConfiguration)
The server name and network port required to connect with your on-premises storage system's management interface.
|
DescribeStorageSystemResult |
withStorageSystemArn(String storageSystemArn)
The ARN of the on-premises storage system that the discovery job looked at.
|
DescribeStorageSystemResult |
withSystemType(DiscoverySystemType systemType)
The type of on-premises storage system.
|
DescribeStorageSystemResult |
withSystemType(String systemType)
The type of on-premises storage system.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStorageSystemArn(String storageSystemArn)
The ARN of the on-premises storage system that the discovery job looked at.
storageSystemArn
- The ARN of the on-premises storage system that the discovery job looked at.public String getStorageSystemArn()
The ARN of the on-premises storage system that the discovery job looked at.
public DescribeStorageSystemResult withStorageSystemArn(String storageSystemArn)
The ARN of the on-premises storage system that the discovery job looked at.
storageSystemArn
- The ARN of the on-premises storage system that the discovery job looked at.public void setServerConfiguration(DiscoveryServerConfiguration serverConfiguration)
The server name and network port required to connect with your on-premises storage system's management interface.
serverConfiguration
- The server name and network port required to connect with your on-premises storage system's management
interface.public DiscoveryServerConfiguration getServerConfiguration()
The server name and network port required to connect with your on-premises storage system's management interface.
public DescribeStorageSystemResult withServerConfiguration(DiscoveryServerConfiguration serverConfiguration)
The server name and network port required to connect with your on-premises storage system's management interface.
serverConfiguration
- The server name and network port required to connect with your on-premises storage system's management
interface.public void setSystemType(String systemType)
The type of on-premises storage system.
DataSync Discovery currently only supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
systemType
- The type of on-premises storage system. DataSync Discovery currently only supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
DiscoverySystemType
public String getSystemType()
The type of on-premises storage system.
DataSync Discovery currently only supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
DataSync Discovery currently only supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
DiscoverySystemType
public DescribeStorageSystemResult withSystemType(String systemType)
The type of on-premises storage system.
DataSync Discovery currently only supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
systemType
- The type of on-premises storage system. DataSync Discovery currently only supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
DiscoverySystemType
public DescribeStorageSystemResult withSystemType(DiscoverySystemType systemType)
The type of on-premises storage system.
DataSync Discovery currently only supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
systemType
- The type of on-premises storage system. DataSync Discovery currently only supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
DiscoverySystemType
public List<String> getAgentArns()
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
public void setAgentArns(Collection<String> agentArns)
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
agentArns
- The ARN of the DataSync agent that connects to and reads from your on-premises storage system.public DescribeStorageSystemResult withAgentArns(String... agentArns)
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
NOTE: This method appends the values to the existing list (if any). Use
setAgentArns(java.util.Collection)
or withAgentArns(java.util.Collection)
if you want to
override the existing values.
agentArns
- The ARN of the DataSync agent that connects to and reads from your on-premises storage system.public DescribeStorageSystemResult withAgentArns(Collection<String> agentArns)
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
agentArns
- The ARN of the DataSync agent that connects to and reads from your on-premises storage system.public void setName(String name)
The name that you gave your on-premises storage system when adding it to DataSync Discovery.
name
- The name that you gave your on-premises storage system when adding it to DataSync Discovery.public String getName()
The name that you gave your on-premises storage system when adding it to DataSync Discovery.
public DescribeStorageSystemResult withName(String name)
The name that you gave your on-premises storage system when adding it to DataSync Discovery.
name
- The name that you gave your on-premises storage system when adding it to DataSync Discovery.public void setErrorMessage(String errorMessage)
Describes the connectivity error that the DataSync agent is encountering with your on-premises storage system.
errorMessage
- Describes the connectivity error that the DataSync agent is encountering with your on-premises storage
system.public String getErrorMessage()
Describes the connectivity error that the DataSync agent is encountering with your on-premises storage system.
public DescribeStorageSystemResult withErrorMessage(String errorMessage)
Describes the connectivity error that the DataSync agent is encountering with your on-premises storage system.
errorMessage
- Describes the connectivity error that the DataSync agent is encountering with your on-premises storage
system.public void setConnectivityStatus(String connectivityStatus)
Indicates whether your DataSync agent can connect to your on-premises storage system.
connectivityStatus
- Indicates whether your DataSync agent can connect to your on-premises storage system.StorageSystemConnectivityStatus
public String getConnectivityStatus()
Indicates whether your DataSync agent can connect to your on-premises storage system.
StorageSystemConnectivityStatus
public DescribeStorageSystemResult withConnectivityStatus(String connectivityStatus)
Indicates whether your DataSync agent can connect to your on-premises storage system.
connectivityStatus
- Indicates whether your DataSync agent can connect to your on-premises storage system.StorageSystemConnectivityStatus
public DescribeStorageSystemResult withConnectivityStatus(StorageSystemConnectivityStatus connectivityStatus)
Indicates whether your DataSync agent can connect to your on-premises storage system.
connectivityStatus
- Indicates whether your DataSync agent can connect to your on-premises storage system.StorageSystemConnectivityStatus
public void setCloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The ARN of the Amazon CloudWatch log group that's used to monitor and log discovery job events.
cloudWatchLogGroupArn
- The ARN of the Amazon CloudWatch log group that's used to monitor and log discovery job events.public String getCloudWatchLogGroupArn()
The ARN of the Amazon CloudWatch log group that's used to monitor and log discovery job events.
public DescribeStorageSystemResult withCloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The ARN of the Amazon CloudWatch log group that's used to monitor and log discovery job events.
cloudWatchLogGroupArn
- The ARN of the Amazon CloudWatch log group that's used to monitor and log discovery job events.public void setCreationTime(Date creationTime)
The time when you added the on-premises storage system to DataSync Discovery.
creationTime
- The time when you added the on-premises storage system to DataSync Discovery.public Date getCreationTime()
The time when you added the on-premises storage system to DataSync Discovery.
public DescribeStorageSystemResult withCreationTime(Date creationTime)
The time when you added the on-premises storage system to DataSync Discovery.
creationTime
- The time when you added the on-premises storage system to DataSync Discovery.public void setSecretsManagerArn(String secretsManagerArn)
The ARN of the secret that stores your on-premises storage system's credentials. DataSync Discovery stores these credentials in Secrets Manager.
secretsManagerArn
- The ARN of the secret that stores your on-premises storage system's credentials. DataSync Discovery stores
these credentials in Secrets Manager.public String getSecretsManagerArn()
The ARN of the secret that stores your on-premises storage system's credentials. DataSync Discovery stores these credentials in Secrets Manager.
public DescribeStorageSystemResult withSecretsManagerArn(String secretsManagerArn)
The ARN of the secret that stores your on-premises storage system's credentials. DataSync Discovery stores these credentials in Secrets Manager.
secretsManagerArn
- The ARN of the secret that stores your on-premises storage system's credentials. DataSync Discovery stores
these credentials in Secrets Manager.public String toString()
toString
in class Object
Object.toString()
public DescribeStorageSystemResult clone()