Class: Aws::Mgn::Types::VcenterClient
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::VcenterClient
- Includes:
- Structure
- Defined in:
- 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.
4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 |
# File '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_name ⇒ String
Datacenter name of vCenter client.
4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 |
# File '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 |
#hostname ⇒ String
Hostname of vCenter client .
4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 |
# File '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_datetime ⇒ String
Last seen time of vCenter client.
4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 |
# File '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_tags ⇒ Hash<String,String>
Tags for Source Server of vCenter client.
4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 |
# File '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 |
#tags ⇒ Hash<String,String>
Tags for vCenter client.
4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 |
# File '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_id ⇒ String
ID of vCenter client.
4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 |
# File '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_uuid ⇒ String
Vcenter UUID of vCenter client.
4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 |
# File '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 |