Class: Aws::BackupGateway::Types::TestHypervisorConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::TestHypervisorConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:username, :password]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.
-
#host ⇒ String
The server host of the hypervisor.
-
#password ⇒ String
The password for the hypervisor.
-
#username ⇒ String
The username for the hypervisor.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.
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 |
#host ⇒ String
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
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 |
#password ⇒ String
The password for the hypervisor.
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 |
#username ⇒ String
The username for the hypervisor.
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 |