Class NetworkInfo
For display only. Metadata associated with a Compute Engine network. Next ID: 7
Implements
Inherited Members
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 |