GetVbrHealthChecksCheck

data class GetVbrHealthChecksCheck(val cenId: String, val healthCheckInterval: Int, val healthCheckSourceIp: String, val healthCheckTargetIp: String, val healthyThreshold: Int, val id: String, val vbrInstanceId: String, val vbrInstanceRegionId: String)

Constructors

Link copied to clipboard
constructor(cenId: String, healthCheckInterval: Int, healthCheckSourceIp: String, healthCheckTargetIp: String, healthyThreshold: Int, id: String, vbrInstanceId: String, vbrInstanceRegionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The time interval at which probe packets are sent during the health check.

Link copied to clipboard

The source IP address of the health check.

Link copied to clipboard

The destination IP address of the health check.

Link copied to clipboard

The number of probe packets that are sent during the health check.

Link copied to clipboard
val id: String

The ID of the CEN VBR Heath Check.

Link copied to clipboard

The ID of the VBR instance.

Link copied to clipboard

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