AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents a connector.

Inheritance Hierarchy

System.Object
  Amazon.ServerMigrationService.Model.Connector

Namespace: Amazon.ServerMigrationService.Model
Assembly: AWSSDK.ServerMigrationService.dll
Version: 3.x.y.z

Syntax

C#
public class Connector

The Connector type exposes the following members

Constructors

NameDescription
Public Method Connector()

Properties

NameTypeDescription
Public Property AssociatedOn System.DateTime

Gets and sets the property AssociatedOn.

The time the connector was associated.

Public Property CapabilityList System.Collections.Generic.List<System.String>

Gets and sets the property CapabilityList.

The capabilities of the connector.

Public Property ConnectorId System.String

Gets and sets the property ConnectorId.

The ID of the connector.

Public Property IpAddress System.String

Gets and sets the property IpAddress.

The IP address of the connector.

Public Property MacAddress System.String

Gets and sets the property MacAddress.

The MAC address of the connector.

Public Property Status Amazon.ServerMigrationService.ConnectorStatus

Gets and sets the property Status.

The status of the connector.

Public Property Version System.String

Gets and sets the property Version.

The connector version.

Public Property VmManagerId System.String

Gets and sets the property VmManagerId.

The ID of the VM manager.

Public Property VmManagerName System.String

Gets and sets the property VmManagerName.

The name of the VM manager.

Public Property VmManagerType Amazon.ServerMigrationService.VmManagerType

Gets and sets the property VmManagerType.

The VM management product.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5