Class: Aws::Mgn::Types::VcenterClient
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::VcenterClient
- 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
-
#arn ⇒ String
Arn of vCenter client.
-
#datacenter_name ⇒ String
Datacenter name of vCenter client.
-
#hostname ⇒ String
Hostname of vCenter client .
-
#last_seen_datetime ⇒ String
Last seen time of vCenter client.
-
#source_server_tags ⇒ Hash<String,String>
Tags for Source Server of vCenter client.
-
#tags ⇒ Hash<String,String>
Tags for vCenter client.
-
#vcenter_client_id ⇒ String
ID of vCenter client.
-
#vcenter_uuid ⇒ String
Vcenter UUID of vCenter client.
Instance Attribute Details
#arn ⇒ String
Arn of vCenter client.
7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 7395 class VcenterClient < Struct.new( :vcenter_client_id, :arn, :hostname, :vcenter_uuid, :datacenter_name, :last_seen_datetime, :source_server_tags, :tags) SENSITIVE = [:source_server_tags, :tags] include Aws::Structure end |
#datacenter_name ⇒ String
Datacenter name of vCenter client.
7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 7395 class VcenterClient < Struct.new( :vcenter_client_id, :arn, :hostname, :vcenter_uuid, :datacenter_name, :last_seen_datetime, :source_server_tags, :tags) SENSITIVE = [:source_server_tags, :tags] include Aws::Structure end |
#hostname ⇒ String
Hostname of vCenter client .
7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 7395 class VcenterClient < Struct.new( :vcenter_client_id, :arn, :hostname, :vcenter_uuid, :datacenter_name, :last_seen_datetime, :source_server_tags, :tags) SENSITIVE = [:source_server_tags, :tags] include Aws::Structure end |
#last_seen_datetime ⇒ String
Last seen time of vCenter client.
7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 7395 class VcenterClient < Struct.new( :vcenter_client_id, :arn, :hostname, :vcenter_uuid, :datacenter_name, :last_seen_datetime, :source_server_tags, :tags) SENSITIVE = [:source_server_tags, :tags] include Aws::Structure end |
#source_server_tags ⇒ Hash<String,String>
Tags for Source Server of vCenter client.
7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 7395 class VcenterClient < Struct.new( :vcenter_client_id, :arn, :hostname, :vcenter_uuid, :datacenter_name, :last_seen_datetime, :source_server_tags, :tags) SENSITIVE = [:source_server_tags, :tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags for vCenter client.
7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 7395 class VcenterClient < Struct.new( :vcenter_client_id, :arn, :hostname, :vcenter_uuid, :datacenter_name, :last_seen_datetime, :source_server_tags, :tags) SENSITIVE = [:source_server_tags, :tags] include Aws::Structure end |
#vcenter_client_id ⇒ String
ID of vCenter client.
7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 7395 class VcenterClient < Struct.new( :vcenter_client_id, :arn, :hostname, :vcenter_uuid, :datacenter_name, :last_seen_datetime, :source_server_tags, :tags) SENSITIVE = [:source_server_tags, :tags] include Aws::Structure end |
#vcenter_uuid ⇒ String
Vcenter UUID of vCenter client.
7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 7395 class VcenterClient < Struct.new( :vcenter_client_id, :arn, :hostname, :vcenter_uuid, :datacenter_name, :last_seen_datetime, :source_server_tags, :tags) SENSITIVE = [:source_server_tags, :tags] include Aws::Structure end |