Class: Aws::SMS::Types::Server

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

Represents a server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replication_job_idString

The ID of the replication job.

Returns:

  • (String)


1542
1543
1544
1545
1546
1547
1548
1549
1550
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1542

class Server < Struct.new(
  :server_id,
  :server_type,
  :vm_server,
  :replication_job_id,
  :replication_job_terminated)
  SENSITIVE = []
  include Aws::Structure
end

#replication_job_terminatedBoolean

Indicates whether the replication job is deleted or failed.

Returns:

  • (Boolean)


1542
1543
1544
1545
1546
1547
1548
1549
1550
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1542

class Server < Struct.new(
  :server_id,
  :server_type,
  :vm_server,
  :replication_job_id,
  :replication_job_terminated)
  SENSITIVE = []
  include Aws::Structure
end

#server_idString

The ID of the server.

Returns:

  • (String)


1542
1543
1544
1545
1546
1547
1548
1549
1550
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1542

class Server < Struct.new(
  :server_id,
  :server_type,
  :vm_server,
  :replication_job_id,
  :replication_job_terminated)
  SENSITIVE = []
  include Aws::Structure
end

#server_typeString

The type of server.

Returns:

  • (String)


1542
1543
1544
1545
1546
1547
1548
1549
1550
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1542

class Server < Struct.new(
  :server_id,
  :server_type,
  :vm_server,
  :replication_job_id,
  :replication_job_terminated)
  SENSITIVE = []
  include Aws::Structure
end

#vm_serverTypes::VmServer

Information about the VM server.

Returns:



1542
1543
1544
1545
1546
1547
1548
1549
1550
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1542

class Server < Struct.new(
  :server_id,
  :server_type,
  :vm_server,
  :replication_job_id,
  :replication_job_terminated)
  SENSITIVE = []
  include Aws::Structure
end