Class: Aws::BackupGateway::Types::UpdateHypervisorInput

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

#hostString

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

Returns:

  • (String)


1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-backupgateway/types.rb', line 1257

class UpdateHypervisorInput < Struct.new(
  :hypervisor_arn,
  :host,
  :username,
  :password,
  :name,
  :log_group_arn)
  SENSITIVE = [:username, :password]
  include Aws::Structure
end

#hypervisor_arnString

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

Returns:

  • (String)


1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-backupgateway/types.rb', line 1257

class UpdateHypervisorInput < Struct.new(
  :hypervisor_arn,
  :host,
  :username,
  :password,
  :name,
  :log_group_arn)
  SENSITIVE = [:username, :password]
  include Aws::Structure
end

#log_group_arnString

The Amazon Resource Name (ARN) of the group of gateways within the requested log.

Returns:

  • (String)


1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-backupgateway/types.rb', line 1257

class UpdateHypervisorInput < Struct.new(
  :hypervisor_arn,
  :host,
  :username,
  :password,
  :name,
  :log_group_arn)
  SENSITIVE = [:username, :password]
  include Aws::Structure
end

#nameString

The updated name for the hypervisor

Returns:

  • (String)


1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-backupgateway/types.rb', line 1257

class UpdateHypervisorInput < Struct.new(
  :hypervisor_arn,
  :host,
  :username,
  :password,
  :name,
  :log_group_arn)
  SENSITIVE = [:username, :password]
  include Aws::Structure
end

#passwordString

The updated password for the hypervisor.

Returns:

  • (String)


1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-backupgateway/types.rb', line 1257

class UpdateHypervisorInput < Struct.new(
  :hypervisor_arn,
  :host,
  :username,
  :password,
  :name,
  :log_group_arn)
  SENSITIVE = [:username, :password]
  include Aws::Structure
end

#usernameString

The updated username for the hypervisor.

Returns:

  • (String)


1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-backupgateway/types.rb', line 1257

class UpdateHypervisorInput < Struct.new(
  :hypervisor_arn,
  :host,
  :username,
  :password,
  :name,
  :log_group_arn)
  SENSITIVE = [:username, :password]
  include Aws::Structure
end