models_v2.physical_object_type_enum module

class models_v2.physical_object_type_enum.PhysicalObjectTypeEnum[source]

Bases: object

Implementation of the ‘physicalObjectType’ enum.

TODO: type enum description here.

Attributes:

KGROUP: TODO: type description here. KHOST: TODO: type description here. KWINDOWSCLUSTER: TODO: type description here. KORACLERACCLUSTER: TODO: type description here. KORACLEAPCLUSTER: TODO: type description here.

KGROUP = 'kGroup'
KHOST = 'kHost'
KORACLEAPCLUSTER = 'kOracleAPCluster'
KORACLERACCLUSTER = 'kOracleRACCluster'
KWINDOWSCLUSTER = 'kWindowsCluster'