SbePartnerInfoResponse

data class SbePartnerInfoResponse(val credentialList: List<SbeCredentialsResponse>? = null, val partnerProperties: List<SbePartnerPropertiesResponse>? = null, val sbeDeploymentInfo: SbeDeploymentInfoResponse? = null)

The solution builder extension (SBE) partner deployment info for cluster.

Constructors

Link copied to clipboard
constructor(credentialList: List<SbeCredentialsResponse>? = null, partnerProperties: List<SbePartnerPropertiesResponse>? = null, sbeDeploymentInfo: SbeDeploymentInfoResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

SBE credentials list for AzureStackHCI cluster deployment.

Link copied to clipboard

List of SBE partner properties for AzureStackHCI cluster deployment.

Link copied to clipboard

SBE package and manifest information for the solution Builder Extension staged for AzureStackHCI cluster deployment.