public sealed class InstanceInfo : IMessage<InstanceInfo>, IEquatable<InstanceInfo>, IDeepCloneable<InstanceInfo>, IBufferMessage, IMessageReference documentation and code samples for the Network Management v1 API class InstanceInfo.
For display only. Metadata associated with a Compute Engine instance.
Implements
IMessageInstanceInfo, IEquatableInstanceInfo, IDeepCloneableInstanceInfo, 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 |
RepeatedFieldstring |
|
NetworkUri
public string NetworkUri { get; set; }URI of a Compute Engine network.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PscNetworkAttachmentUri
public string PscNetworkAttachmentUri { get; set; }URI of the PSC network attachment the NIC is attached to (if relevant).
| Property Value | |
|---|---|
| Type | Description |
string |
|
Running
[Obsolete]
public bool Running { get; set; }Indicates whether the Compute Engine instance is running.
Deprecated: use the status field instead.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ServiceAccount
[Obsolete]
public string ServiceAccount { get; set; }Service account authorized for the instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Status
public InstanceInfo.Types.Status Status { get; set; }The status of the instance.
| Property Value | |
|---|---|
| Type | Description |
InstanceInfoTypesStatus |
|
Uri
public string Uri { get; set; }URI of a Compute Engine instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|