Class: Aws::Mgn::Types::VcenterClient

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

Overview

vCenter client.

Constant Summary collapse

SENSITIVE =
[:source_server_tags, :tags]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Arn of vCenter client.

Returns:

  • (String)


4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4796

class VcenterClient < Struct.new(
  :arn,
  :datacenter_name,
  :hostname,
  :last_seen_datetime,
  :source_server_tags,
  :tags,
  :vcenter_client_id,
  :vcenter_uuid)
  SENSITIVE = [:source_server_tags, :tags]
  include Aws::Structure
end

#datacenter_nameString

Datacenter name of vCenter client.

Returns:

  • (String)


4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4796

class VcenterClient < Struct.new(
  :arn,
  :datacenter_name,
  :hostname,
  :last_seen_datetime,
  :source_server_tags,
  :tags,
  :vcenter_client_id,
  :vcenter_uuid)
  SENSITIVE = [:source_server_tags, :tags]
  include Aws::Structure
end

#hostnameString

Hostname of vCenter client .

Returns:

  • (String)


4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4796

class VcenterClient < Struct.new(
  :arn,
  :datacenter_name,
  :hostname,
  :last_seen_datetime,
  :source_server_tags,
  :tags,
  :vcenter_client_id,
  :vcenter_uuid)
  SENSITIVE = [:source_server_tags, :tags]
  include Aws::Structure
end

#last_seen_datetimeString

Last seen time of vCenter client.

Returns:

  • (String)


4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4796

class VcenterClient < Struct.new(
  :arn,
  :datacenter_name,
  :hostname,
  :last_seen_datetime,
  :source_server_tags,
  :tags,
  :vcenter_client_id,
  :vcenter_uuid)
  SENSITIVE = [:source_server_tags, :tags]
  include Aws::Structure
end

#source_server_tagsHash<String,String>

Tags for Source Server of vCenter client.

Returns:

  • (Hash<String,String>)


4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4796

class VcenterClient < Struct.new(
  :arn,
  :datacenter_name,
  :hostname,
  :last_seen_datetime,
  :source_server_tags,
  :tags,
  :vcenter_client_id,
  :vcenter_uuid)
  SENSITIVE = [:source_server_tags, :tags]
  include Aws::Structure
end

#tagsHash<String,String>

Tags for vCenter client.

Returns:

  • (Hash<String,String>)


4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4796

class VcenterClient < Struct.new(
  :arn,
  :datacenter_name,
  :hostname,
  :last_seen_datetime,
  :source_server_tags,
  :tags,
  :vcenter_client_id,
  :vcenter_uuid)
  SENSITIVE = [:source_server_tags, :tags]
  include Aws::Structure
end

#vcenter_client_idString

ID of vCenter client.

Returns:

  • (String)


4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4796

class VcenterClient < Struct.new(
  :arn,
  :datacenter_name,
  :hostname,
  :last_seen_datetime,
  :source_server_tags,
  :tags,
  :vcenter_client_id,
  :vcenter_uuid)
  SENSITIVE = [:source_server_tags, :tags]
  include Aws::Structure
end

#vcenter_uuidString

Vcenter UUID of vCenter client.

Returns:

  • (String)


4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4796

class VcenterClient < Struct.new(
  :arn,
  :datacenter_name,
  :hostname,
  :last_seen_datetime,
  :source_server_tags,
  :tags,
  :vcenter_client_id,
  :vcenter_uuid)
  SENSITIVE = [:source_server_tags, :tags]
  include Aws::Structure
end