Class InstanceInfo (2.0.0)

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

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
RepeatedField<String>

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