GoogleCloudBeyondcorpAppconnectorsV1alphaResourceInfoArgs

data class GoogleCloudBeyondcorpAppconnectorsV1alphaResourceInfoArgs(val id: Output<String>, val resource: Output<Map<String, String>>? = null, val status: Output<GoogleCloudBeyondcorpAppconnectorsV1alphaResourceInfoStatus>? = null, val sub: Output<List<GoogleCloudBeyondcorpAppconnectorsV1alphaResourceInfoArgs>>? = null, val time: Output<String>? = null) : ConvertibleToJava<GoogleCloudBeyondcorpAppconnectorsV1alphaResourceInfoArgs>

ResourceInfo represents the information/status of an app connector resource. Such as: - remote_agent - container - runtime - appgateway - appconnector - appconnection - tunnel - logagent

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudBeyondcorpAppconnectorsV1alphaResourceInfoArgs

Properties

Link copied to clipboard
val id: Output<String>

Unique Id for the resource.

Link copied to clipboard
val resource: Output<Map<String, String>>? = null

Specific details for the resource. This is for internal use only.

Link copied to clipboard

Overall health status. Overall status is derived based on the status of each sub level resources.

Link copied to clipboard

List of Info for the sub level resources.

Link copied to clipboard
val time: Output<String>? = null

The timestamp to collect the info. It is suggested to be set by the topmost level resource only.