NetworkInfoResponse

data class NetworkInfoResponse(val displayName: String, val matchedIpRange: String, val uri: String)

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

Constructors

Link copied to clipboard
fun NetworkInfoResponse(displayName: String, matchedIpRange: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of a Compute Engine network.

Link copied to clipboard

The IP range that matches the test.

Link copied to clipboard
val uri: String

URI of a Compute Engine network.