models_v2.azure_object_type_enum module

class models_v2.azure_object_type_enum.AzureObjectTypeEnum[source]

Bases: object

Implementation of the ‘azureObjectType’ enum.

TODO: type enum description here.

Attributes:

KSUBSCRIPTION: TODO: type description here. KRESOURCEGROUP: TODO: type description here. KVIRTUALMACHINE: TODO: type description here. KSTORAGEACCOUNT: TODO: type description here. KSTORAGEKEY: TODO: type description here. KSTORAGECONTAINER: TODO: type description here. KSTORAGEBLOB: TODO: type description here. KNETWORKSECURITYGROUP: TODO: type description here. KVIRTUALNETWORK: TODO: type description here. KSUBNET: TODO: type description here. KCOMPUTEOPTIONS: TODO: type description here. KSNAPSHOTMANAGERPERMIT: TODO: type description here.

KCOMPUTEOPTIONS = 'kComputeOptions'
KNETWORKSECURITYGROUP = 'kNetworkSecurityGroup'
KRESOURCEGROUP = 'kResourceGroup'
KSNAPSHOTMANAGERPERMIT = 'kSnapshotManagerPermit'
KSTORAGEACCOUNT = 'kStorageAccount'
KSTORAGEBLOB = 'kStorageBlob'
KSTORAGECONTAINER = 'kStorageContainer'
KSTORAGEKEY = 'kStorageKey'
KSUBNET = 'kSubnet'
KSUBSCRIPTION = 'kSubscription'
KVIRTUALMACHINE = 'kVirtualMachine'
KVIRTUALNETWORK = 'kVirtualNetwork'