public sealed class NetworkInfo : IMessage<NetworkInfo>, IEquatable<NetworkInfo>, IDeepCloneable<NetworkInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class NetworkInfo.
For display only. Metadata associated with a Compute Engine network.
Implements
IMessage<NetworkInfo>, IEquatable<NetworkInfo>, IDeepCloneable<NetworkInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
NetworkInfo()
public NetworkInfo()
NetworkInfo(NetworkInfo)
public NetworkInfo(NetworkInfo other)
Parameter | |
---|---|
Name | Description |
other | NetworkInfo |
Properties
DisplayName
public string DisplayName { get; set; }
Name of a Compute Engine network.
Property Value | |
---|---|
Type | Description |
String |
MatchedIpRange
public string MatchedIpRange { get; set; }
The IP range that matches the test.
Property Value | |
---|---|
Type | Description |
String |
Uri
public string Uri { get; set; }
URI of a Compute Engine network.
Property Value | |
---|---|
Type | Description |
String |