InstanceInfoResponse

data class InstanceInfoResponse(val displayName: String, val externalIp: String, val interface: String, val internalIp: String, val networkTags: List<String>, val networkUri: String, val serviceAccount: String, val uri: String)

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

Constructors

Link copied to clipboard
fun InstanceInfoResponse(displayName: String, externalIp: String, interface: String, internalIp: String, networkTags: List<String>, networkUri: String, serviceAccount: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of a Compute Engine instance.

Link copied to clipboard

External IP address of the network interface.

Link copied to clipboard

Name of the network interface of a Compute Engine instance.

Link copied to clipboard

Internal IP address of the network interface.

Link copied to clipboard

Network tags configured on the instance.

Link copied to clipboard

URI of a Compute Engine network.

Link copied to clipboard

Service account authorized for the instance.

Link copied to clipboard
val uri: String

URI of a Compute Engine instance.