getVbrHealthChecks

This data source provides CEN VBR Health Checks available to the user.

NOTE: Available in 1.98.0+

Return

A collection of values returned by getVbrHealthChecks.

Parameters

argument

A collection of arguments for invoking getVbrHealthChecks.


suspend fun getVbrHealthChecks(cenId: String? = null, outputFile: String? = null, vbrInstanceId: String? = null, vbrInstanceOwnerId: Int? = null, vbrInstanceRegionId: String): GetVbrHealthChecksResult

Return

A collection of values returned by getVbrHealthChecks.

Parameters

cenId

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

outputFile

File name where to save data source results (after running pulumi preview).

vbrInstanceId

The ID of the VBR instance.

vbrInstanceOwnerId

The User ID (UID) of the account to which the VBR instance belongs.

vbrInstanceRegionId

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

See also


Return

A collection of values returned by getVbrHealthChecks.

Parameters

argument

Builder for com.pulumi.alicloud.cen.kotlin.inputs.GetVbrHealthChecksPlainArgs.

See also