Network Management v1 API - Class GoogleServiceInfo (2.5.0)

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

Reference documentation and code samples for the Network Management v1 API class GoogleServiceInfo.

For display only. Details of a Google Service sending packets to a VPC network. Although the source IP might be a publicly routable address, some Google Services use special routes within Google production infrastructure to reach Compute Engine Instances. https://cloud.google.com/vpc/docs/routes#special_return_paths

Inheritance

object > GoogleServiceInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

GoogleServiceInfo()

public GoogleServiceInfo()

GoogleServiceInfo(GoogleServiceInfo)

public GoogleServiceInfo(GoogleServiceInfo other)
Parameter
NameDescription
otherGoogleServiceInfo

Properties

GoogleServiceType

public GoogleServiceInfo.Types.GoogleServiceType GoogleServiceType { get; set; }

Recognized type of a Google Service.

Property Value
TypeDescription
GoogleServiceInfoTypesGoogleServiceType

SourceIp

public string SourceIp { get; set; }

Source IP address.

Property Value
TypeDescription
string