Class: Aws::BackupGateway::Types::UpdateHypervisorInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::UpdateHypervisorInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:password, :username]
Instance Attribute Summary collapse
-
#host ⇒ String
The updated host of the hypervisor.
-
#hypervisor_arn ⇒ String
The Amazon Resource Name (ARN) of the hypervisor to update.
-
#log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
-
#name ⇒ String
The updated name for the hypervisor.
-
#password ⇒ String
The updated password for the hypervisor.
-
#username ⇒ String
The updated username for the hypervisor.
Instance Attribute Details
#host ⇒ String
The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the hypervisor to update.
1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File '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 |
#name ⇒ String
The updated name for the hypervisor
1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File '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 |
#password ⇒ String
The updated password for the hypervisor.
1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File '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 |
#username ⇒ String
The updated username for the hypervisor.
1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File '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 |