Compute Engine v1 API - Class GetRegionCommitmentRequest (2.5.0)

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

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

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

Inheritance

Object > GetRegionCommitmentRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRegionCommitmentRequest()

public GetRegionCommitmentRequest()

GetRegionCommitmentRequest(GetRegionCommitmentRequest)

public GetRegionCommitmentRequest(GetRegionCommitmentRequest other)
Parameter
NameDescription
otherGetRegionCommitmentRequest

Properties

Commitment

public string Commitment { get; set; }

Name of the commitment to return.

Property Value
TypeDescription
String

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String

Region

public string Region { get; set; }

Name of the region for this request.

Property Value
TypeDescription
String