Skip to content

/AWS1/CL_BUGVIRTUALMACHINEDETS

Your VirtualMachine objects, ordered by their Amazon Resource Names (ARNs).

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_HOSTNAME TYPE /AWS1/BUGNAME /AWS1/BUGNAME

The host name of the virtual machine.

IV_HYPERVISORID TYPE /AWS1/BUGSTRING /AWS1/BUGSTRING

The ID of the virtual machine's hypervisor.

IV_NAME TYPE /AWS1/BUGNAME /AWS1/BUGNAME

The name of the virtual machine.

IV_PATH TYPE /AWS1/BUGPATH /AWS1/BUGPATH

The path of the virtual machine.

IV_RESOURCEARN TYPE /AWS1/BUGRESOURCEARN /AWS1/BUGRESOURCEARN

The Amazon Resource Name (ARN) of the virtual machine. For example, arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.

IV_LASTBACKUPDATE TYPE /AWS1/BUGTIME /AWS1/BUGTIME

The most recent date a virtual machine was backed up, in Unix format and UTC time.

IT_VMWARETAGS TYPE /AWS1/CL_BUGVMWARETAG=>TT_VMWARETAGS TT_VMWARETAGS

These are the details of the VMware tags associated with the specified virtual machine.


Queryable Attributes

HostName

The host name of the virtual machine.

Accessible with the following methods

Method Description
GET_HOSTNAME() Getter for HOSTNAME, with configurable default
ASK_HOSTNAME() Getter for HOSTNAME w/ exceptions if field has no value
HAS_HOSTNAME() Determine if HOSTNAME has a value

HypervisorId

The ID of the virtual machine's hypervisor.

Accessible with the following methods

Method Description
GET_HYPERVISORID() Getter for HYPERVISORID, with configurable default
ASK_HYPERVISORID() Getter for HYPERVISORID w/ exceptions if field has no value
HAS_HYPERVISORID() Determine if HYPERVISORID has a value

Name

The name of the virtual machine.

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

Path

The path of the virtual machine.

Accessible with the following methods

Method Description
GET_PATH() Getter for PATH, with configurable default
ASK_PATH() Getter for PATH w/ exceptions if field has no value
HAS_PATH() Determine if PATH has a value

ResourceArn

The Amazon Resource Name (ARN) of the virtual machine. For example, arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.

Accessible with the following methods

Method Description
GET_RESOURCEARN() Getter for RESOURCEARN, with configurable default
ASK_RESOURCEARN() Getter for RESOURCEARN w/ exceptions if field has no value
HAS_RESOURCEARN() Determine if RESOURCEARN has a value

LastBackupDate

The most recent date a virtual machine was backed up, in Unix format and UTC time.

Accessible with the following methods

Method Description
GET_LASTBACKUPDATE() Getter for LASTBACKUPDATE, with configurable default
ASK_LASTBACKUPDATE() Getter for LASTBACKUPDATE w/ exceptions if field has no valu
HAS_LASTBACKUPDATE() Determine if LASTBACKUPDATE has a value

VmwareTags

These are the details of the VMware tags associated with the specified virtual machine.

Accessible with the following methods

Method Description
GET_VMWARETAGS() Getter for VMWARETAGS, with configurable default
ASK_VMWARETAGS() Getter for VMWARETAGS w/ exceptions if field has no value
HAS_VMWARETAGS() Determine if VMWARETAGS has a value