Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.02 KB

CloudProvider.md

File metadata and controls

16 lines (12 loc) · 1.02 KB

CloudProvider

Cloud provider.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'CloudProvider' if this is a complete object or 'CloudProviderLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
display_name str Name of the cloud provider for display purposes. It can contain any characters, including spaces. [optional]
name str Human friendly identifier of the cloud provider, for example `aws`. [optional]
regions list[CloudRegion] (optional) Provider's regions - only included when listing providers with `fetchRegions=true`. [optional]

[Back to Model list] [Back to API list] [Back to README]