Network Management v1 API - Class NetworkInfo (2.11.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. Next ID: 7

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
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 of the subnet matching the source IP address of the test.

Property Value
Type Description
string

MatchedSubnetUri

public string MatchedSubnetUri { get; set; }

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

Property Value
Type Description
string

Region

public string Region { get; set; }

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

Property Value
Type Description
string

Uri

public string Uri { get; set; }

URI of a Compute Engine network.

Property Value
Type Description
string