models.type_cloud_deploy_target_details_enum module¶
- 
class 
models.type_cloud_deploy_target_details_enum.TypeCloudDeployTargetDetailsEnum[source]¶ Bases:
objectImplementation of the ‘Type_CloudDeployTargetDetails’ enum.
Specifies the type of the CloudDeploy target. ‘kAzure’ indicates that Azure as a cloud deploy target type. ‘kAWS’ indicates that AWS as a cloud deploy target type. ‘kGCP’ indicates that GCP as a cloud deploy target type.
- Attributes:
 KAZURE: TODO: type description here. KAWS: TODO: type description here. KGCP: TODO: type description here.
- 
KAWS= 'kAWS'¶ 
- 
KAZURE= 'kAzure'¶ 
- 
KGCP= 'kGCP'¶