Class: Aws::BackupGateway::Types::Hypervisor
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::Hypervisor
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
Represents the hypervisor's permissions to which the gateway will connect.
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host ⇒ String
The server host of the hypervisor.
-
#hypervisor_arn ⇒ String
The Amazon Resource Name (ARN) of the hypervisor.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
-
#name ⇒ String
The name of the hypervisor.
-
#state ⇒ String
The state of the hypervisor.
Instance Attribute Details
#host ⇒ String
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
526 527 528 529 530 531 532 533 534 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 526 class Hypervisor < Struct.new( :host, :hypervisor_arn, :kms_key_arn, :name, :state) SENSITIVE = [] include Aws::Structure end |
#hypervisor_arn ⇒ String
The Amazon Resource Name (ARN) of the hypervisor.
526 527 528 529 530 531 532 533 534 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 526 class Hypervisor < Struct.new( :host, :hypervisor_arn, :kms_key_arn, :name, :state) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
526 527 528 529 530 531 532 533 534 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 526 class Hypervisor < Struct.new( :host, :hypervisor_arn, :kms_key_arn, :name, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the hypervisor.
526 527 528 529 530 531 532 533 534 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 526 class Hypervisor < Struct.new( :host, :hypervisor_arn, :kms_key_arn, :name, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the hypervisor.
526 527 528 529 530 531 532 533 534 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 526 class Hypervisor < Struct.new( :host, :hypervisor_arn, :kms_key_arn, :name, :state) SENSITIVE = [] include Aws::Structure end |