Compute Engine v1 API - Class GetGlobalAddressRequest (2.10.0)

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

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

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

Inheritance

object > GetGlobalAddressRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetGlobalAddressRequest()

public GetGlobalAddressRequest()

GetGlobalAddressRequest(GetGlobalAddressRequest)

public GetGlobalAddressRequest(GetGlobalAddressRequest other)
Parameter
NameDescription
otherGetGlobalAddressRequest

Properties

Address

public string Address { get; set; }

Name of the address resource to return.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string