Class: Aws::BackupGateway::Types::TestHypervisorConfigurationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backupgateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:username, :password]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.

Returns:

  • (String)


1112
1113
1114
1115
1116
1117
1118
1119
# File 'lib/aws-sdk-backupgateway/types.rb', line 1112

class TestHypervisorConfigurationInput < Struct.new(
  :gateway_arn,
  :host,
  :username,
  :password)
  SENSITIVE = [:username, :password]
  include Aws::Structure
end

#hostString

The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).

Returns:

  • (String)


1112
1113
1114
1115
1116
1117
1118
1119
# File 'lib/aws-sdk-backupgateway/types.rb', line 1112

class TestHypervisorConfigurationInput < Struct.new(
  :gateway_arn,
  :host,
  :username,
  :password)
  SENSITIVE = [:username, :password]
  include Aws::Structure
end

#passwordString

The password for the hypervisor.

Returns:

  • (String)


1112
1113
1114
1115
1116
1117
1118
1119
# File 'lib/aws-sdk-backupgateway/types.rb', line 1112

class TestHypervisorConfigurationInput < Struct.new(
  :gateway_arn,
  :host,
  :username,
  :password)
  SENSITIVE = [:username, :password]
  include Aws::Structure
end

#usernameString

The username for the hypervisor.

Returns:

  • (String)


1112
1113
1114
1115
1116
1117
1118
1119
# File 'lib/aws-sdk-backupgateway/types.rb', line 1112

class TestHypervisorConfigurationInput < Struct.new(
  :gateway_arn,
  :host,
  :username,
  :password)
  SENSITIVE = [:username, :password]
  include Aws::Structure
end