View Source GoogleApi.Compute.V1.Model.UsageExportLocation (google_api_compute v0.56.2)

The location in Cloud Storage and naming method of the daily usage report. Contains bucket_name and report_name prefix.

Attributes

  • bucketName (type: String.t, default: nil) - The name of an existing bucket in Cloud Storage where the usage report object is stored. The Google Service Account is granted write access to this bucket. This can either be the bucket name by itself, such as example-bucket, or the bucket name with gs:// or https://storage.googleapis.com/ in front of it, such as gs://example-bucket.
  • reportNamePrefix (type: String.t, default: nil) - An optional prefix for the name of the usage report object stored in bucketName. If not supplied, defaults to usage_gce. The report is stored as a CSV file named report_name_prefix_gce_YYYYMMDD.csv where YYYYMMDD is the day of the usage according to Pacific Time. If you supply a prefix, it should conform to Cloud Storage object naming conventions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.UsageExportLocation{
  bucketName: String.t() | nil,
  reportNamePrefix: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.