public sealed class GetPublicAdvertisedPrefixeRequest : IMessage<GetPublicAdvertisedPrefixeRequest>, IEquatable<GetPublicAdvertisedPrefixeRequest>, IDeepCloneable<GetPublicAdvertisedPrefixeRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetPublicAdvertisedPrefixeRequest.
A request message for PublicAdvertisedPrefixes.Get. See the method description for details.
Implements
IMessageGetPublicAdvertisedPrefixeRequest, IEquatableGetPublicAdvertisedPrefixeRequest, IDeepCloneableGetPublicAdvertisedPrefixeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetPublicAdvertisedPrefixeRequest()
public GetPublicAdvertisedPrefixeRequest()GetPublicAdvertisedPrefixeRequest(GetPublicAdvertisedPrefixeRequest)
public GetPublicAdvertisedPrefixeRequest(GetPublicAdvertisedPrefixeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetPublicAdvertisedPrefixeRequest |
Properties
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PublicAdvertisedPrefix
public string PublicAdvertisedPrefix { get; set; }Name of the PublicAdvertisedPrefix resource to return.
| Property Value | |
|---|---|
| Type | Description |
string |
|