public sealed class PacketMirroringNetworkInfo : IMessage<PacketMirroringNetworkInfo>, IEquatable<PacketMirroringNetworkInfo>, IDeepCloneable<PacketMirroringNetworkInfo>, IBufferMessage, IMessage
Implements
IMessage<PacketMirroringNetworkInfo>, IEquatable<PacketMirroringNetworkInfo>, IDeepCloneable<PacketMirroringNetworkInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
PacketMirroringNetworkInfo()
public PacketMirroringNetworkInfo()
PacketMirroringNetworkInfo(PacketMirroringNetworkInfo)
public PacketMirroringNetworkInfo(PacketMirroringNetworkInfo other)
Parameter | |
---|---|
Name | Description |
other | PacketMirroringNetworkInfo |
Properties
CanonicalUrl
public string CanonicalUrl { get; set; }
[Output Only] Unique identifier for the network; defined by the server.
Property Value | |
---|---|
Type | Description |
String |
HasCanonicalUrl
public bool HasCanonicalUrl { get; }
Gets whether the "canonical_url" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasUrl
public bool HasUrl { get; }
Gets whether the "url" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
Url
public string Url { get; set; }
URL of the network resource.
Property Value | |
---|---|
Type | Description |
String |