Interface CfnStorageSystem.IServerConfigurationProperty
The network settings that DataSync Discovery uses to connect with your on-premises storage system's management interface.
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.AWS.DataSync.dll
Syntax (csharp)
public interface IServerConfigurationProperty
Syntax (vb)
Public Interface IServerConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataSync;
var serverConfigurationProperty = new ServerConfigurationProperty {
ServerHostname = "serverHostname",
// the properties below are optional
ServerPort = 123
};
Synopsis
Properties
ServerHostname | The domain name or IP address of your storage system's management interface. |
ServerPort | The network port for accessing the storage system's management interface. |
Properties
ServerHostname
The domain name or IP address of your storage system's management interface.
string ServerHostname { get; }
Property Value
System.String
Remarks
ServerPort
The network port for accessing the storage system's management interface.
virtual Nullable<double> ServerPort { get; }
Property Value
System.Nullable<System.Double>