GetLoadBalancerResult

data class GetLoadBalancerResult(val allowServicePlacement: Boolean? = null, val azureApiVersion: String, val id: String, val name: String, val nodeSelector: LabelSelectorResponse? = null, val primaryAgentPoolName: String, val provisioningState: String, val serviceLabelSelector: LabelSelectorResponse? = null, val serviceNamespaceSelector: LabelSelectorResponse? = null, val systemData: SystemDataResponse, val type: String)

The configurations regarding multiple standard load balancers. If not supplied, single load balancer mode will be used. Multiple standard load balancers mode will be used if at lease one configuration is supplied. There has to be a configuration named kubernetes.

Constructors

Link copied to clipboard
constructor(allowServicePlacement: Boolean? = null, azureApiVersion: String, id: String, name: String, nodeSelector: LabelSelectorResponse? = null, primaryAgentPoolName: String, provisioningState: String, serviceLabelSelector: LabelSelectorResponse? = null, serviceNamespaceSelector: LabelSelectorResponse? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to automatically place services on the load balancer. If not supplied, the default value is true. If set to false manually, both of the external and the internal load balancer will not be selected for services unless they explicitly target it.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The name of the resource

Link copied to clipboard

Nodes that match this selector will be possible members of this load balancer.

Link copied to clipboard

Required field. A string value that must specify the ID of an existing agent pool. All nodes in the given pool will always be added to this load balancer. This agent pool must have at least one node and minCount>=1 for autoscaling operations. An agent pool can only be the primary pool for a single load balancer.

Link copied to clipboard

The current provisioning state.

Link copied to clipboard

Only services that must match this selector can be placed on this load balancer.

Link copied to clipboard

Services created in namespaces that match the selector can be placed on this load balancer.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"