Skip to content

/AWS1/CL_BUGVMWARETAG

A VMware tag is a tag attached to a specific virtual machine. A tag is a key-value pair you can use to manage, filter, and search for your resources.

The content of VMware tags can be matched to Amazon Web Services tags.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_VMWARECATEGORY TYPE /AWS1/BUGVMWARECATEGORY /AWS1/BUGVMWARECATEGORY

The is the category of VMware.

IV_VMWARETAGNAME TYPE /AWS1/BUGVMWARETAGNAME /AWS1/BUGVMWARETAGNAME

This is the user-defined name of a VMware tag.

IV_VMWARETAGDESCRIPTION TYPE /AWS1/BUGSTRING /AWS1/BUGSTRING

This is a user-defined description of a VMware tag.


Queryable Attributes

VmwareCategory

The is the category of VMware.

Accessible with the following methods

Method Description
GET_VMWARECATEGORY() Getter for VMWARECATEGORY, with configurable default
ASK_VMWARECATEGORY() Getter for VMWARECATEGORY w/ exceptions if field has no valu
HAS_VMWARECATEGORY() Determine if VMWARECATEGORY has a value

VmwareTagName

This is the user-defined name of a VMware tag.

Accessible with the following methods

Method Description
GET_VMWARETAGNAME() Getter for VMWARETAGNAME, with configurable default
ASK_VMWARETAGNAME() Getter for VMWARETAGNAME w/ exceptions if field has no value
HAS_VMWARETAGNAME() Determine if VMWARETAGNAME has a value

VmwareTagDescription

This is a user-defined description of a VMware tag.

Accessible with the following methods

Method Description
GET_VMWARETAGDESCRIPTION() Getter for VMWARETAGDESCRIPTION, with configurable default
ASK_VMWARETAGDESCRIPTION() Getter for VMWARETAGDESCRIPTION w/ exceptions if field has n
HAS_VMWARETAGDESCRIPTION() Determine if VMWARETAGDESCRIPTION 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_VMWARETAGS

TYPES TT_VMWARETAGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUGVMWARETAG WITH DEFAULT KEY
.