Network Management v1 API - Class NetworkInfo (2.6.0)

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.

Inheritance

object > NetworkInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

NetworkInfo()

public NetworkInfo()

NetworkInfo(NetworkInfo)

public NetworkInfo(NetworkInfo other)
Parameter
NameDescription
otherNetworkInfo

Properties

DisplayName

public string DisplayName { get; set; }

Name of a Compute Engine network.

Property Value
TypeDescription
string

MatchedIpRange

public string MatchedIpRange { get; set; }

The IP range that matches the test.

Property Value
TypeDescription
string

Uri

public string Uri { get; set; }

URI of a Compute Engine network.

Property Value
TypeDescription
string