Show / Hide Table of Contents

Class CfnStorageSystem.ServerConfigurationProperty

The network settings that DataSync Discovery uses to connect with your on-premises storage system's management interface.

Inheritance
System.Object
CfnStorageSystem.ServerConfigurationProperty
Implements
CfnStorageSystem.IServerConfigurationProperty
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.AWS.DataSync.dll
Syntax (csharp)
public class ServerConfigurationProperty : Object, CfnStorageSystem.IServerConfigurationProperty
Syntax (vb)
Public Class ServerConfigurationProperty
    Inherits Object
    Implements CfnStorageSystem.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

Constructors

ServerConfigurationProperty()

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.

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.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.

public Nullable<double> ServerPort { get; set; }
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

Implements

CfnStorageSystem.IServerConfigurationProperty
Back to top Generated by DocFX