public sealed class GetAddressRequest : IMessage<GetAddressRequest>, IEquatable<GetAddressRequest>, IDeepCloneable<GetAddressRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetAddressRequest.
A request message for Addresses.Get. See the method description for details.
Implements
IMessageGetAddressRequest, IEquatableGetAddressRequest, IDeepCloneableGetAddressRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetAddressRequest()
public GetAddressRequest()GetAddressRequest(GetAddressRequest)
public GetAddressRequest(GetAddressRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetAddressRequest |
Properties
Address
public string Address { get; set; }Name of the address resource 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 |
|