cloudProvider property

String? cloudProvider
getter/setter pair

Indicates which cloud provider was used in this simulation. Possible string values are:

  • "CLOUD_PROVIDER_UNSPECIFIED" : The cloud provider is unspecified.
  • "GOOGLE_CLOUD_PLATFORM" : The cloud provider is Google Cloud Platform.
  • "AMAZON_WEB_SERVICES" : The cloud provider is Amazon Web Services.
  • "MICROSOFT_AZURE" : The cloud provider is Microsoft Azure.

Implementation

core.String? cloudProvider;