Compute Engine v1 API - Class GetServiceAttachmentRequest (2.15.0)

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

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

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

Inheritance

object > GetServiceAttachmentRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetServiceAttachmentRequest()

public GetServiceAttachmentRequest()

GetServiceAttachmentRequest(GetServiceAttachmentRequest)

public GetServiceAttachmentRequest(GetServiceAttachmentRequest other)
Parameter
NameDescription
otherGetServiceAttachmentRequest

Properties

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 of this request.

Property Value
TypeDescription
string

ServiceAttachment

public string ServiceAttachment { get; set; }

Name of the ServiceAttachment resource to return.

Property Value
TypeDescription
string