Network Management v1 API - Class InstanceInfo (2.9.0)

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

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

For display only. Metadata associated with a Compute Engine instance.

Inheritance

object > InstanceInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

InstanceInfo()

public InstanceInfo()

InstanceInfo(InstanceInfo)

public InstanceInfo(InstanceInfo other)
Parameter
NameDescription
otherInstanceInfo

Properties

DisplayName

public string DisplayName { get; set; }

Name of a Compute Engine instance.

Property Value
TypeDescription
string

ExternalIp

public string ExternalIp { get; set; }

External IP address of the network interface.

Property Value
TypeDescription
string

Interface

public string Interface { get; set; }

Name of the network interface of a Compute Engine instance.

Property Value
TypeDescription
string

InternalIp

public string InternalIp { get; set; }

Internal IP address of the network interface.

Property Value
TypeDescription
string

NetworkTags

public RepeatedField<string> NetworkTags { get; }

Network tags configured on the instance.

Property Value
TypeDescription
RepeatedFieldstring

NetworkUri

public string NetworkUri { get; set; }

URI of a Compute Engine network.

Property Value
TypeDescription
string

ServiceAccount

[Obsolete]
public string ServiceAccount { get; set; }

Service account authorized for the instance.

Property Value
TypeDescription
string

Uri

public string Uri { get; set; }

URI of a Compute Engine instance.

Property Value
TypeDescription
string