GetVbrHealthChecksResult

data class GetVbrHealthChecksResult(val cenId: String? = null, val checks: List<GetVbrHealthChecksCheck>, val id: String, val ids: List<String>, val outputFile: String? = null, val vbrInstanceId: String? = null, val vbrInstanceOwnerId: Int? = null, val vbrInstanceRegionId: String)

A collection of values returned by getVbrHealthChecks.

Constructors

Link copied to clipboard
constructor(cenId: String? = null, checks: List<GetVbrHealthChecksCheck>, id: String, ids: List<String>, outputFile: String? = null, vbrInstanceId: String? = null, vbrInstanceOwnerId: Int? = null, vbrInstanceRegionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cenId: String? = null

The ID of the Cloud Enterprise Network (CEN) instance.

Link copied to clipboard

A list of CEN VBR Heath Checks. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of the CEN VBR Heath Check IDs.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val vbrInstanceId: String? = null

The ID of the VBR instance.

Link copied to clipboard
val vbrInstanceOwnerId: Int? = null
Link copied to clipboard

The ID of the region where the VBR instance is deployed.