Show / Hide Table of Contents

Class PacketMirroringMirroredResourceInfoInstanceInfo

Inheritance
System.Object
PacketMirroringMirroredResourceInfoInstanceInfo
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class PacketMirroringMirroredResourceInfoInstanceInfo : IDirectResponseSchema

Properties

CanonicalUrl

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

Declaration
[JsonProperty("canonicalUrl")]
public virtual string CanonicalUrl { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Url

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

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top