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 =
[:password, :username]
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.
1104 1105 1106 1107 1108 1109 1110 1111 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 1104 class TestHypervisorConfigurationInput < Struct.new( :gateway_arn, :host, :password, :username) SENSITIVE = [:password, :username] 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).
1104 1105 1106 1107 1108 1109 1110 1111 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 1104 class TestHypervisorConfigurationInput < Struct.new( :gateway_arn, :host, :password, :username) SENSITIVE = [:password, :username] include Aws::Structure end |
#password ⇒ String
The password for the hypervisor.
1104 1105 1106 1107 1108 1109 1110 1111 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 1104 class TestHypervisorConfigurationInput < Struct.new( :gateway_arn, :host, :password, :username) SENSITIVE = [:password, :username] include Aws::Structure end |
#username ⇒ String
The username for the hypervisor.
1104 1105 1106 1107 1108 1109 1110 1111 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 1104 class TestHypervisorConfigurationInput < Struct.new( :gateway_arn, :host, :password, :username) SENSITIVE = [:password, :username] include Aws::Structure end |