class Aws::BackupGateway::Types::ImportHypervisorConfigurationInput
@note When making an API call, you may pass ImportHypervisorConfigurationInput
data as a hash: { host: "Host", # required kms_key_arn: "KmsKeyArn", name: "Name", # required password: "Password", tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], username: "Username", }
@!attribute [rw] host
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN). @return [String]
@!attribute [rw] kms_key_arn
The Key Management Service for the hypervisor. @return [String]
@!attribute [rw] name
The name of the hypervisor. @return [String]
@!attribute [rw] password
The password for the hypervisor. @return [String]
@!attribute [rw] tags
The tags of the hypervisor configuration to import. @return [Array<Types::Tag>]
@!attribute [rw] username
The username for the hypervisor. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/ImportHypervisorConfigurationInput AWS API Documentation
Constants
- SENSITIVE