ZoneAssetStatus

data class ZoneAssetStatus(val activeAssets: Int? = null, val securityPolicyApplyingAssets: Int? = null, val updateTime: String? = null)

Constructors

Link copied to clipboard
constructor(activeAssets: Int? = null, securityPolicyApplyingAssets: Int? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activeAssets: Int? = null

Number of active assets.

Link copied to clipboard

Number of assets that are in process of updating the security policy on attached resources.

Link copied to clipboard
val updateTime: String? = null

Output only. The time when the zone was last updated.