Class InstanceInfo
For display only. Metadata associated with a Compute Engine instance.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.dll
Syntax
public class InstanceInfo : IDirectResponseSchema
Properties
DisplayName
Name of a Compute Engine instance.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalIp
External IP address of the network interface.
Declaration
[JsonProperty("externalIp")]
public virtual string ExternalIp { get; set; }
Property Value
Type | Description |
---|---|
string |
Interface__
Name of the network interface of a Compute Engine instance.
Declaration
[JsonProperty("interface")]
public virtual string Interface__ { get; set; }
Property Value
Type | Description |
---|---|
string |
InternalIp
Internal IP address of the network interface.
Declaration
[JsonProperty("internalIp")]
public virtual string InternalIp { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkTags
Network tags configured on the instance.
Declaration
[JsonProperty("networkTags")]
public virtual IList<string> NetworkTags { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
NetworkUri
URI of a Compute Engine network.
Declaration
[JsonProperty("networkUri")]
public virtual string NetworkUri { get; set; }
Property Value
Type | Description |
---|---|
string |
PscNetworkAttachmentUri
URI of the PSC network attachment the NIC is attached to (if relevant).
Declaration
[JsonProperty("pscNetworkAttachmentUri")]
public virtual string PscNetworkAttachmentUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceAccount
Service account authorized for the instance.
Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
URI of a Compute Engine instance.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |