GetAppGatewayResult

data class GetAppGatewayResult(val allocatedConnections: List<AllocatedConnectionResponse>, val createTime: String, val displayName: String, val hostType: String, val labels: Map<String, String>, val name: String, val state: String, val type: String, val uid: String, val updateTime: String, val uri: String)

Constructors

Link copied to clipboard
fun GetAppGatewayResult(allocatedConnections: List<AllocatedConnectionResponse>, createTime: String, displayName: String, hostType: String, labels: Map<String, String>, name: String, state: String, type: String, uid: String, updateTime: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of connections allocated for the Gateway

Link copied to clipboard

Timestamp when the resource was created.

Link copied to clipboard

Optional. An arbitrary user-provided name for the AppGateway. Cannot exceed 64 characters.

Link copied to clipboard

The type of hosting used by the AppGateway.

Link copied to clipboard

Optional. Resource labels to represent user provided metadata.

Link copied to clipboard

Unique resource name of the AppGateway. The name is ignored when creating an AppGateway.

Link copied to clipboard

The current state of the AppGateway.

Link copied to clipboard

The type of network connectivity used by the AppGateway.

Link copied to clipboard
val uid: String

A unique identifier for the instance generated by the system.

Link copied to clipboard

Timestamp when the resource was last modified.

Link copied to clipboard
val uri: String

Server-defined URI for this resource.