Get Broker Result
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)
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
Extended Location
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
Details of the internal CA cert that will be used to secure communication between pods.
Link copied to clipboard
Memory profile of broker.
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.