/AWS1/CL_BUGHYPERVISOR¶
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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_host TYPE /AWS1/BUGHOST /AWS1/BUGHOST¶
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
iv_hypervisorarn TYPE /AWS1/BUGSERVERARN /AWS1/BUGSERVERARN¶
The Amazon Resource Name (ARN) of the hypervisor.
iv_kmskeyarn TYPE /AWS1/BUGKMSKEYARN /AWS1/BUGKMSKEYARN¶
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
iv_name TYPE /AWS1/BUGNAME /AWS1/BUGNAME¶
The name of the hypervisor.
iv_state TYPE /AWS1/BUGHYPERVISORSTATE /AWS1/BUGHYPERVISORSTATE¶
The state of the hypervisor.
Queryable Attributes¶
Host¶
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOST() |
Getter for HOST, with configurable default |
ASK_HOST() |
Getter for HOST w/ exceptions if field has no value |
HAS_HOST() |
Determine if HOST has a value |
HypervisorArn¶
The Amazon Resource Name (ARN) of the hypervisor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HYPERVISORARN() |
Getter for HYPERVISORARN, with configurable default |
ASK_HYPERVISORARN() |
Getter for HYPERVISORARN w/ exceptions if field has no value |
HAS_HYPERVISORARN() |
Determine if HYPERVISORARN has a value |
KmsKeyArn¶
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYARN() |
Getter for KMSKEYARN, with configurable default |
ASK_KMSKEYARN() |
Getter for KMSKEYARN w/ exceptions if field has no value |
HAS_KMSKEYARN() |
Determine if KMSKEYARN has a value |
Name¶
The name of the hypervisor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
State¶
The state of the hypervisor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_HYPERVISORS¶
TYPES TT_HYPERVISORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUGHYPERVISOR WITH DEFAULT KEY
.