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

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

Overview

Constant Summary collapse

SENSITIVE =
[:password, :username]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

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

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1104

class TestHypervisorConfigurationInput < Struct.new(
  :gateway_arn,
  :host,
  :password,
  :username)
  SENSITIVE = [:password, :username]
  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)


1104
1105
1106
1107
1108
1109
1110
1111
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1104

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

#passwordString

The password for the hypervisor.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1104

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

#usernameString

The username for the hypervisor.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1104

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