GetBrokerResult

data class GetBrokerResult(val authImage: ContainerImageResponse, val brokerImage: ContainerImageResponse, val brokerNodeTolerations: NodeTolerationsResponse? = null, val cardinality: CardinalityResponse? = null, val diagnostics: BrokerDiagnosticsResponse? = null, val diskBackedMessageBufferSettings: DiskBackedMessageBufferSettingsResponse? = null, val encryptInternalTraffic: Boolean? = null, val extendedLocation: ExtendedLocationPropertyResponse, val healthManagerImage: ContainerImageResponse, val healthManagerNodeTolerations: NodeTolerationsResponse? = null, val id: String, val internalCerts: CertManagerCertOptionsResponse? = null, val location: String, val memoryProfile: String? = null, val mode: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

MQ broker resource

Constructors

Link copied to clipboard
constructor(authImage: ContainerImageResponse, brokerImage: ContainerImageResponse, brokerNodeTolerations: NodeTolerationsResponse? = null, cardinality: CardinalityResponse? = null, diagnostics: BrokerDiagnosticsResponse? = null, diskBackedMessageBufferSettings: DiskBackedMessageBufferSettingsResponse? = null, encryptInternalTraffic: Boolean? = null, extendedLocation: ExtendedLocationPropertyResponse, healthManagerImage: ContainerImageResponse, healthManagerNodeTolerations: NodeTolerationsResponse? = null, id: String, internalCerts: CertManagerCertOptionsResponse? = null, location: String, memoryProfile: String? = null, mode: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The details of Authentication Docker Image.

Link copied to clipboard

The details of Broker Docker Image.

Link copied to clipboard

The details of Node Tolerations for Broker Pods.

Link copied to clipboard

The cardinality details of the broker.

Link copied to clipboard

The diagnostic details of the broker deployment.

Link copied to clipboard

The settings of the disk-backed message buffer.

Link copied to clipboard

The setting to enable or disable encryption of internal Traffic.

Link copied to clipboard
Link copied to clipboard

The details of Health Manager Docker Image.

Link copied to clipboard

The details of Node Tolerations for Health Manager Pods.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Details of the internal CA cert that will be used to secure communication between pods.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard
val memoryProfile: String? = null

Memory profile of broker.

Link copied to clipboard

The Running Mode of the Broker Deployment.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The status of the last operation.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

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