Compute Engine v1 API - Class PacketMirroringNetworkInfo (2.15.0)

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

Inheritance

object > PacketMirroringNetworkInfo

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

PacketMirroringNetworkInfo()

public PacketMirroringNetworkInfo()

PacketMirroringNetworkInfo(PacketMirroringNetworkInfo)

public PacketMirroringNetworkInfo(PacketMirroringNetworkInfo other)
Parameter
NameDescription
otherPacketMirroringNetworkInfo

Properties

CanonicalUrl

public string CanonicalUrl { get; set; }

[Output Only] Unique identifier for the network; defined by the server.

Property Value
TypeDescription
string

HasCanonicalUrl

public bool HasCanonicalUrl { get; }

Gets whether the "canonical_url" field is set

Property Value
TypeDescription
bool

HasUrl

public bool HasUrl { get; }

Gets whether the "url" field is set

Property Value
TypeDescription
bool

Url

public string Url { get; set; }

URL of the network resource.

Property Value
TypeDescription
string