Compute Engine v1 API - Class GetPacketMirroringRequest (2.15.0)

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

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

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

Inheritance

object > GetPacketMirroringRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetPacketMirroringRequest()

public GetPacketMirroringRequest()

GetPacketMirroringRequest(GetPacketMirroringRequest)

public GetPacketMirroringRequest(GetPacketMirroringRequest other)
Parameter
NameDescription
otherGetPacketMirroringRequest

Properties

PacketMirroring

public string PacketMirroring { get; set; }

Name of the PacketMirroring 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