Compute Engine v1 API - Class PacketMirroringMirroredResourceInfoInstanceInfo (2.9.0)

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

Inheritance

object > PacketMirroringMirroredResourceInfoInstanceInfo

Namespace

GoogleCloudGoogle.Cloud.ComputeV1

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
bool

HasUrl

public bool HasUrl { get; }

Gets whether the "url" field is set

Property Value
TypeDescription
bool

Url

public string Url { get; set; }

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

Property Value
TypeDescription
string