get Vbr Health Checks
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.
See also
Parameters
cen Id
The ID of the Cloud Enterprise Network (CEN) instance.
output File
File name where to save data source results (after running pulumi preview
).
vbr Instance Id
The ID of the VBR instance.
vbr Instance Owner Id
The User ID (UID) of the account to which the VBR instance belongs.
vbr Instance Region Id
The ID of the region where the VBR instance is deployed.
suspend fun getVbrHealthChecks(argument: suspend GetVbrHealthChecksPlainArgsBuilder.() -> Unit): GetVbrHealthChecksResult
Return
A collection of values returned by getVbrHealthChecks.
See also
Parameters
argument
Builder for com.pulumi.alicloud.cen.kotlin.inputs.GetVbrHealthChecksPlainArgs.