View Source GoogleApi.File.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource (google_api_file v0.29.0)

Describes provisioned dataplane resources.

Attributes

  • resourceType (type: String.t, default: nil) - Type of the resource. This can be either a GCP resource or a custom one (e.g. another cloud provider's VM). For GCP compute resources use singular form of the names listed in GCP compute API documentation (https://cloud.google.com/compute/docs/reference/rest/v1/), prefixed with 'compute-', for example: 'compute-instance', 'compute-disk', 'compute-autoscaler'.
  • resourceUrl (type: String.t, default: nil) - URL identifying the resource, e.g. "https://www.googleapis.com/compute/v1/projects/...)".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.File.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource{
    resourceType: String.t() | nil,
    resourceUrl: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.