ServiceInitialReplicaSetArgs

data class ServiceInitialReplicaSetArgs(val domainControllerIpAddresses: Output<List<String>>? = null, val externalAccessIpAddress: Output<String>? = null, val id: Output<String>? = null, val location: Output<String>? = null, val serviceStatus: Output<String>? = null, val subnetId: Output<String>) : ConvertibleToJava<ServiceInitialReplicaSetArgs>

Constructors

Link copied to clipboard
constructor(domainControllerIpAddresses: Output<List<String>>? = null, externalAccessIpAddress: Output<String>? = null, id: Output<String>? = null, location: Output<String>? = null, serviceStatus: Output<String>? = null, subnetId: Output<String>)

Properties

Link copied to clipboard

A list of subnet IP addresses for the domain controllers in the initial replica set, typically two.

Link copied to clipboard
val externalAccessIpAddress: Output<String>? = null

The publicly routable IP address for the domain controllers in the initial replica set.

Link copied to clipboard
val id: Output<String>? = null

A unique ID for the replica set.

Link copied to clipboard
val location: Output<String>? = null

The Azure location where the Domain Service exists. Changing this forces a new resource to be created.

Link copied to clipboard
val serviceStatus: Output<String>? = null

The current service status for the initial replica set.

Link copied to clipboard
val subnetId: Output<String>

The ID of the subnet in which to place the initial replica set. Changing this forces a new resource to be created.

Functions

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