Central Server Full Resource Names Args
data class CentralServerFullResourceNamesArgs(val availabilitySetName: Output<String>? = null, val loadBalancer: Output<LoadBalancerResourceNamesArgs>? = null, val virtualMachines: Output<List<VirtualMachineResourceNamesArgs>>? = null) : ConvertibleToJava<CentralServerFullResourceNamesArgs>
The full resource names object for central server layer resources.
Constructors
Link copied to clipboard
constructor(availabilitySetName: Output<String>? = null, loadBalancer: Output<LoadBalancerResourceNamesArgs>? = null, virtualMachines: Output<List<VirtualMachineResourceNamesArgs>>? = null)
Properties
Link copied to clipboard
The full name for availability set. In case name is not provided, it will be defaulted to {SID}-ASCS-AvSet.
Link copied to clipboard
The resource names object for load balancer and related resources.
Link copied to clipboard
The list of names for all ASCS virtual machines to be deployed. The number of entries in this list should be equal to the number VMs to be created for ASCS layer. At maximum, there can be two virtual machines at this layer: ASCS and ERS.