models.subscription_type_azure_protection_source_enum module¶
-
class
models.subscription_type_azure_protection_source_enum.
SubscriptionTypeAzureProtectionSourceEnum
[source]¶ Bases:
object
Implementation of the ‘SubscriptionType_AzureProtectionSource’ enum. Specifies the subscription type of Azure such as ‘kAzureCommercial’, ‘kAzureGovCloud’ or ‘kAzureStackCommercial’ Specifies the subscription type of an Azure source entity. ‘kAzureCommercial’ indicates a standard Azure subscription. ‘kAzureGovCloud’ indicates a govt Azure subscription. ‘kAzureStackCommercial’ indicates a stack commercial Azure subscription.
- Attributes:
KAZURECOMMERCIAL: TODO: type description here. KAZUREGOVCLOUD: TODO: type description here. KAZURESTACKCOMMERCIAL: TODO: type description here.
-
KAZURECOMMERCIAL
= 'kAzureCommercial'¶
-
KAZURESTACKCOMMERCIAL
= 'kAzureStackCommercial'¶
-
K_AZURE_GO_VCLOUD
= 'kAzureGovCloud'¶