Class PacketMirroringMirroredResourceInfoInstanceInfo (2.1.0)

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

Inheritance

Object > PacketMirroringMirroredResourceInfoInstanceInfo

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

PacketMirroringMirroredResourceInfoInstanceInfo()

public PacketMirroringMirroredResourceInfoInstanceInfo()

PacketMirroringMirroredResourceInfoInstanceInfo(PacketMirroringMirroredResourceInfoInstanceInfo)

public PacketMirroringMirroredResourceInfoInstanceInfo(PacketMirroringMirroredResourceInfoInstanceInfo other)
Parameter
NameDescription
otherPacketMirroringMirroredResourceInfoInstanceInfo

Properties

CanonicalUrl

public string CanonicalUrl { get; set; }

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

Property Value
TypeDescription
String

HasCanonicalUrl

public bool HasCanonicalUrl { get; }

Gets whether the "canonical_url" field is set

Property Value
TypeDescription
Boolean

HasUrl

public bool HasUrl { get; }

Gets whether the "url" field is set

Property Value
TypeDescription
Boolean

Url

public string Url { get; set; }

Resource URL to the virtual machine instance which is being mirrored.

Property Value
TypeDescription
String