Cloud Service Network Profile Args
data class CloudServiceNetworkProfileArgs(val loadBalancerConfigurations: Output<List<LoadBalancerConfigurationArgs>>? = null, val slotType: Output<Either<String, CloudServiceSlotType>>? = null, val swappableCloudService: Output<SubResourceArgs>? = null) : ConvertibleToJava<CloudServiceNetworkProfileArgs>
Network Profile for the cloud service.
Constructors
Link copied to clipboard
fun CloudServiceNetworkProfileArgs(loadBalancerConfigurations: Output<List<LoadBalancerConfigurationArgs>>? = null, slotType: Output<Either<String, CloudServiceSlotType>>? = null, swappableCloudService: Output<SubResourceArgs>? = null)