Interface CfnStorageSystem.ServerConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageSystem.ServerConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnStorageSystem
@Stability(Stable)
public static interface CfnStorageSystem.ServerConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The network settings that DataSync Discovery uses to connect with your on-premises storage system's management interface.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.datasync.*; ServerConfigurationProperty serverConfigurationProperty = ServerConfigurationProperty.builder() .serverHostname("serverHostname") // the properties below are optional .serverPort(123) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnStorageSystem.ServerConfigurationProperty
static final class
An implementation forCfnStorageSystem.ServerConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getServerHostname
The domain name or IP address of your storage system's management interface. -
getServerPort
The network port for accessing the storage system's management interface. -
builder
-