Show / Hide Table of Contents

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-storagesystem-serverconfiguration.html

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-storagesystem-serverconfiguration.html#cfn-datasync-storagesystem-serverconfiguration-serverhostname

ServerPort

The network port for accessing the storage system's management interface.

virtual Nullable<double> ServerPort { get; }
Property Value

System.Nullable<System.Double>

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-storagesystem-serverconfiguration.html#cfn-datasync-storagesystem-serverconfiguration-serverport

Back to top Generated by DocFX