GetVbrHealthChecksPlainArgs

data class GetVbrHealthChecksPlainArgs(val cenId: String? = null, val outputFile: String? = null, val vbrInstanceId: String? = null, val vbrInstanceOwnerId: Int? = null, val vbrInstanceRegionId: String) : ConvertibleToJava<GetVbrHealthChecksPlainArgs>

A collection of arguments for invoking getVbrHealthChecks.

Constructors

Link copied to clipboard
constructor(cenId: String? = null, outputFile: String? = null, vbrInstanceId: String? = null, vbrInstanceOwnerId: Int? = null, vbrInstanceRegionId: String)

Properties

Link copied to clipboard
val cenId: String? = null

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

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard
val vbrInstanceId: String? = null

The ID of the VBR instance.

Link copied to clipboard
val vbrInstanceOwnerId: Int? = null

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

Link copied to clipboard

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

Functions

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