Get Vbr Health Checks Plain Args
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
Properties
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The ID of the VBR instance.
Link copied to clipboard
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.