public sealed class GetServiceAttachmentRequest : IMessage<GetServiceAttachmentRequest>, IEquatable<GetServiceAttachmentRequest>, IDeepCloneable<GetServiceAttachmentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetServiceAttachmentRequest.
A request message for ServiceAttachments.Get. See the method description for details.
Implements
IMessageGetServiceAttachmentRequest, IEquatableGetServiceAttachmentRequest, IDeepCloneableGetServiceAttachmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetServiceAttachmentRequest()
public GetServiceAttachmentRequest()GetServiceAttachmentRequest(GetServiceAttachmentRequest)
public GetServiceAttachmentRequest(GetServiceAttachmentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetServiceAttachmentRequest |
Properties
HasShowNatIps
public bool HasShowNatIps { get; }Gets whether the "show_nat_ips" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
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 of this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ServiceAttachment
public string ServiceAttachment { get; set; }Name of the ServiceAttachment resource to return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ShowNatIps
public bool ShowNatIps { get; set; }Indicates whether NAT IPs should be included in the response.
| Property Value | |
|---|---|
| Type | Description |
bool |
|