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

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

#hostString

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

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1249

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

#hypervisor_arnString

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

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1249

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

#log_group_arnString

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

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1249

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

#nameString

The updated name for the hypervisor

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1249

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

#passwordString

The updated password for the hypervisor.

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1249

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

#usernameString

The updated username for the hypervisor.

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1249

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