models_v2.acropolis_object_type_enum module

class models_v2.acropolis_object_type_enum.AcropolisObjectTypeEnum[source]

Bases: object

Implementation of the ‘acropolisObjectType’ enum.

TODO: type enum description here.

Attributes:

KPRISMCENTRAL: TODO: type description here. KSTANDALONECLUSTER: TODO: type description here. KCLUSTER: TODO: type description here. KHOST: TODO: type description here. KVIRTUALMACHINE: TODO: type description here. KNETWORK: TODO: type description here. KSTORAGECONTAINER: TODO: type description here.

KCLUSTER = 'kCluster'
KHOST = 'kHost'
KNETWORK = 'kNetwork'
KPRISMCENTRAL = 'kPrismCentral'
KSTANDALONECLUSTER = 'kStandaloneCluster'
KSTORAGECONTAINER = 'kStorageContainer'
KVIRTUALMACHINE = 'kVirtualMachine'