public sealed class InstanceInfo : IMessage<InstanceInfo>, IEquatable<InstanceInfo>, IDeepCloneable<InstanceInfo>, IBufferMessage, IMessage
For display only. Metadata associated with a Compute Engine instance.
Implements
IMessage<InstanceInfo>, IEquatable<InstanceInfo>, IDeepCloneable<InstanceInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
InstanceInfo()
public InstanceInfo()
InstanceInfo(InstanceInfo)
public InstanceInfo(InstanceInfo other)
Parameter | |
---|---|
Name | Description |
other | InstanceInfo |
Properties
DisplayName
public string DisplayName { get; set; }
Name of a Compute Engine instance.
Property Value | |
---|---|
Type | Description |
String |
ExternalIp
public string ExternalIp { get; set; }
External IP address of the network interface.
Property Value | |
---|---|
Type | Description |
String |
Interface
public string Interface { get; set; }
Name of the network interface of a Compute Engine instance.
Property Value | |
---|---|
Type | Description |
String |
InternalIp
public string InternalIp { get; set; }
Internal IP address of the network interface.
Property Value | |
---|---|
Type | Description |
String |
NetworkTags
public RepeatedField<string> NetworkTags { get; }
Network tags configured on the instance.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
NetworkUri
public string NetworkUri { get; set; }
URI of a Compute Engine network.
Property Value | |
---|---|
Type | Description |
String |
ServiceAccount
[Obsolete]
public string ServiceAccount { get; set; }
Service account authorized for the instance.
Property Value | |
---|---|
Type | Description |
String |
Uri
public string Uri { get; set; }
URI of a Compute Engine instance.
Property Value | |
---|---|
Type | Description |
String |