ReplicaSetResponse

data class ReplicaSetResponse(val domainControllerIpAddress: List<String>, val externalAccessIpAddress: String, val healthAlerts: List<HealthAlertResponse>, val healthLastEvaluated: String, val healthMonitors: List<HealthMonitorResponse>, val location: String? = null, val replicaSetId: String, val serviceStatus: String, val subnetId: String? = null, val vnetSiteId: String)

Replica Set Definition

Constructors

Link copied to clipboard
constructor(domainControllerIpAddress: List<String>, externalAccessIpAddress: String, healthAlerts: List<HealthAlertResponse>, healthLastEvaluated: String, healthMonitors: List<HealthMonitorResponse>, location: String? = null, replicaSetId: String, serviceStatus: String, subnetId: String? = null, vnetSiteId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of Domain Controller IP Address

Link copied to clipboard

External access ip address.

Link copied to clipboard

List of Domain Health Alerts

Link copied to clipboard

Last domain evaluation run DateTime

Link copied to clipboard

List of Domain Health Monitors

Link copied to clipboard
val location: String? = null

Virtual network location

Link copied to clipboard

ReplicaSet Id

Link copied to clipboard

Status of Domain Service instance

Link copied to clipboard
val subnetId: String? = null

The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.

Link copied to clipboard

Virtual network site id