Class NetworkInfo (2.0.0)

public sealed class NetworkInfo : IMessage<NetworkInfo>, IEquatable<NetworkInfo>, IDeepCloneable<NetworkInfo>, IBufferMessage, IMessage

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