cloudDescription

Description of a cloud resource or service.

Examples

type CloudDescription {
  type: CloudTypes
  subType: CloudSubTypes
  cloudEntityAttributes: CommonCloudAttributesUnion
}

Fields

Field
Description
Supported fields

Type of cloud service

Subtype of the cloud service

cloudEntityAttributes CommonCloudAttributesUnion

Attributes specific to the cloud entity, represented by a union of common cloud types

References

Fields with this object:

Last updated