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

Inheritance Hierarchy

System.Object
  Amazon.ServerMigrationService.Model.Server

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

Syntax

C#
public class Server

The Server type exposes the following members

Constructors

NameDescription
Public Method Server()

Properties

NameTypeDescription
Public Property ReplicationJobId System.String

Gets and sets the property ReplicationJobId.

The ID of the replication job.

Public Property ReplicationJobTerminated System.Boolean

Gets and sets the property ReplicationJobTerminated.

Indicates whether the replication job is deleted or failed.

Public Property ServerId System.String

Gets and sets the property ServerId.

The ID of the server.

Public Property ServerType Amazon.ServerMigrationService.ServerType

Gets and sets the property ServerType.

The type of server.

Public Property VmServer Amazon.ServerMigrationService.Model.VmServer

Gets and sets the property VmServer.

Information about the VM server.

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