Compute Engine v1 API - Class GetRegionCommitmentRequest (2.16.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
Name Description
other GetRegionCommitmentRequest

Properties

Commitment

public string Commitment { get; set; }

Name of the commitment to return.

Property Value
Type Description
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
Type Description
string

Region

public string Region { get; set; }

Name of the region for this request.

Property Value
Type Description
string