Class CfnStorageSystem.ServerConfigurationProperty
The network settings that DataSync Discovery uses to connect with your on-premises storage system's management interface.
Inheritance
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ServerConfigurationProperty : Object, CfnStorageSystem.IServerConfigurationProperty
Syntax (vb)
Public Class ServerConfigurationProperty
Inherits Object
Implements CfnStorageSystem.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
Constructors
Server |
Properties
Server |
The domain name or IP address of your storage system's management interface. |
Server |
The network port for accessing the storage system's management interface. |
Constructors
ServerConfigurationProperty()
public ServerConfigurationProperty()
Properties
ServerHostname
The domain name or IP address of your storage system's management interface.
public string ServerHostname { get; set; }
Property Value
System.
Remarks
ServerPort
The network port for accessing the storage system's management interface.
public Nullable<double> ServerPort { get; set; }
Property Value
System.