@Generated(value="software.amazon.awssdk:codegen") public final class DiscoveryServerConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DiscoveryServerConfiguration.Builder,DiscoveryServerConfiguration>
The network settings that DataSync Discovery uses to connect with your on-premises storage system's management interface.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DiscoveryServerConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DiscoveryServerConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DiscoveryServerConfiguration.Builder> |
serializableBuilderClass() |
String |
serverHostname()
The domain name or IP address of your storage system's management interface.
|
Integer |
serverPort()
The network port for accessing the storage system's management interface.
|
DiscoveryServerConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serverHostname()
The domain name or IP address of your storage system's management interface.
public final Integer serverPort()
The network port for accessing the storage system's management interface.
public DiscoveryServerConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DiscoveryServerConfiguration.Builder,DiscoveryServerConfiguration>public static DiscoveryServerConfiguration.Builder builder()
public static Class<? extends DiscoveryServerConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.