Class GetGlobalPublicDelegatedPrefixeRequest (1.3.0)

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

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