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.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4897 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.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4897 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 .
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4897 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.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4897 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.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4897 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.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4897 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.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4897 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.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4897 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 |