Show / Hide Table of Contents

Class NetworkInfo

For display only. Metadata associated with a Compute Engine network.

Inheritance
object
NetworkInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class NetworkInfo : IDirectResponseSchema

Properties

DisplayName

Name of a Compute Engine network.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

MatchedIpRange

The IP range of the subnet matching the source IP address of the test.

Declaration
[JsonProperty("matchedIpRange")]
public virtual string MatchedIpRange { get; set; }
Property Value
Type Description
string

MatchedSubnetUri

URI of the subnet matching the source IP address of the test.

Declaration
[JsonProperty("matchedSubnetUri")]
public virtual string MatchedSubnetUri { get; set; }
Property Value
Type Description
string

Region

The region of the subnet matching the source IP address of the test.

Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type Description
string

Uri

URI of a Compute Engine network.

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX