CloudServiceNetworkProfileArgs

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
constructor(loadBalancerConfigurations: Output<List<LoadBalancerConfigurationArgs>>? = null, slotType: Output<Either<String, CloudServiceSlotType>>? = null, swappableCloudService: Output<SubResourceArgs>? = null)

Properties

Link copied to clipboard

List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer.

Link copied to clipboard
val slotType: Output<Either<String, CloudServiceSlotType>>? = null

Slot type for the cloud service. Possible values are

Production

Staging

If not specified, the default value is Production.

Link copied to clipboard

The id reference of the cloud service containing the target IP with which the subject cloud service can perform a swap. This property cannot be updated once it is set. The swappable cloud service referred by this id must be present otherwise an error will be thrown.

Functions

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