/AWS1/CL_SMSVMSERVER¶
Represents a VM server.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_vmserveraddress
TYPE REF TO /AWS1/CL_SMSVMSERVERADDRESS
/AWS1/CL_SMSVMSERVERADDRESS
¶
The VM server location.
iv_vmname
TYPE /AWS1/SMSVMNAME
/AWS1/SMSVMNAME
¶
The name of the VM.
iv_vmmanagername
TYPE /AWS1/SMSVMMANAGERNAME
/AWS1/SMSVMMANAGERNAME
¶
The name of the VM manager.
iv_vmmanagertype
TYPE /AWS1/SMSVMMANAGERTYPE
/AWS1/SMSVMMANAGERTYPE
¶
The type of VM management product.
iv_vmpath
TYPE /AWS1/SMSVMPATH
/AWS1/SMSVMPATH
¶
The VM folder path in the vCenter Server virtual machine inventory tree.
Queryable Attributes¶
vmServerAddress¶
The VM server location.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VMSERVERADDRESS() |
Getter for VMSERVERADDRESS |
vmName¶
The name of the VM.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VMNAME() |
Getter for VMNAME, with configurable default |
ASK_VMNAME() |
Getter for VMNAME w/ exceptions if field has no value |
HAS_VMNAME() |
Determine if VMNAME has a value |
vmManagerName¶
The name of the VM manager.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VMMANAGERNAME() |
Getter for VMMANAGERNAME, with configurable default |
ASK_VMMANAGERNAME() |
Getter for VMMANAGERNAME w/ exceptions if field has no value |
HAS_VMMANAGERNAME() |
Determine if VMMANAGERNAME has a value |
vmManagerType¶
The type of VM management product.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VMMANAGERTYPE() |
Getter for VMMANAGERTYPE, with configurable default |
ASK_VMMANAGERTYPE() |
Getter for VMMANAGERTYPE w/ exceptions if field has no value |
HAS_VMMANAGERTYPE() |
Determine if VMMANAGERTYPE has a value |
vmPath¶
The VM folder path in the vCenter Server virtual machine inventory tree.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VMPATH() |
Getter for VMPATH, with configurable default |
ASK_VMPATH() |
Getter for VMPATH w/ exceptions if field has no value |
HAS_VMPATH() |
Determine if VMPATH has a value |