Class GetAddressRequest (1.2.0)

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

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

Inheritance

Object > GetAddressRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetAddressRequest()

public GetAddressRequest()

GetAddressRequest(GetAddressRequest)

public GetAddressRequest(GetAddressRequest other)
Parameter
NameDescription
otherGetAddressRequest

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

Region

public string Region { get; set; }

Name of the region for this request.

Property Value
TypeDescription
String