GetLoadBalancerResult

data class GetLoadBalancerResult(val addresses: List<String>, val advertiseMode: String, val azureApiVersion: String, val bgpPeers: List<String>? = null, val id: String, val name: String, val provisioningState: String, val serviceSelector: Map<String, String>? = null, val systemData: SystemDataResponse, val type: String)

A LoadBalancer resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters)

Constructors

Link copied to clipboard
constructor(addresses: List<String>, advertiseMode: String, azureApiVersion: String, bgpPeers: List<String>? = null, id: String, name: String, provisioningState: String, serviceSelector: Map<String, String>? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IP Range

Link copied to clipboard

Advertise Mode

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val bgpPeers: List<String>? = null

The list of BGP peers it should advertise to. Null or empty means to advertise to all peers.

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

Resource provision state

Link copied to clipboard

A dynamic label mapping to select related services. For instance, if you want to create a load balancer only for services with label "a=b", then please specify {"a": "b"} in the field.

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"