Compute Engine v1 API - Class UsageExportLocation (2.15.0)

public sealed class UsageExportLocation : IMessage<UsageExportLocation>, IEquatable<UsageExportLocation>, IDeepCloneable<UsageExportLocation>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class UsageExportLocation.

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

Inheritance

object > UsageExportLocation

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

UsageExportLocation()

public UsageExportLocation()

UsageExportLocation(UsageExportLocation)

public UsageExportLocation(UsageExportLocation other)
Parameter
NameDescription
otherUsageExportLocation

Properties

BucketName

public string BucketName { get; set; }

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.

Property Value
TypeDescription
string

HasBucketName

public bool HasBucketName { get; }

Gets whether the "bucket_name" field is set

Property Value
TypeDescription
bool

HasReportNamePrefix

public bool HasReportNamePrefix { get; }

Gets whether the "report_name_prefix" field is set

Property Value
TypeDescription
bool

ReportNamePrefix

public string ReportNamePrefix { get; set; }

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.

Property Value
TypeDescription
string