Compute Engine v1 API - Class GetBackendBucketRequest (2.15.0)

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

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

A request message for BackendBuckets.Get. See the method description for details.

Inheritance

object > GetBackendBucketRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetBackendBucketRequest()

public GetBackendBucketRequest()

GetBackendBucketRequest(GetBackendBucketRequest)

public GetBackendBucketRequest(GetBackendBucketRequest other)
Parameter
NameDescription
otherGetBackendBucketRequest

Properties

BackendBucket

public string BackendBucket { get; set; }

Name of the BackendBucket resource to return.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string