Compute Engine v1 API - Class GetGlobalPublicDelegatedPrefixeRequest (2.15.0)

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

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

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

Inheritance

object > GetGlobalPublicDelegatedPrefixeRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetGlobalPublicDelegatedPrefixeRequest()

public GetGlobalPublicDelegatedPrefixeRequest()

GetGlobalPublicDelegatedPrefixeRequest(GetGlobalPublicDelegatedPrefixeRequest)

public GetGlobalPublicDelegatedPrefixeRequest(GetGlobalPublicDelegatedPrefixeRequest other)
Parameter
NameDescription
otherGetGlobalPublicDelegatedPrefixeRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

PublicDelegatedPrefix

public string PublicDelegatedPrefix { get; set; }

Name of the PublicDelegatedPrefix resource to return.

Property Value
TypeDescription
string