GetExtensionResult

data class GetExtensionResult(val aggregateState: String, val autoUpgradeMinorVersion: Boolean? = null, val enableAutomaticUpgrade: Boolean? = null, val forceUpdateTag: String? = null, val id: String, val managedBy: String, val name: String, val perNodeExtensionDetails: List<PerNodeExtensionStateResponse>, val protectedSettings: Any? = null, val provisioningState: String, val publisher: String? = null, val settings: Any? = null, val systemData: SystemDataResponse, val type: String, val typeHandlerVersion: String? = null)

Details of a particular extension in HCI Cluster.

Constructors

Link copied to clipboard
constructor(aggregateState: String, autoUpgradeMinorVersion: Boolean? = null, enableAutomaticUpgrade: Boolean? = null, forceUpdateTag: String? = null, id: String, managedBy: String, name: String, perNodeExtensionDetails: List<PerNodeExtensionStateResponse>, protectedSettings: Any? = null, provisioningState: String, publisher: String? = null, settings: Any? = null, systemData: SystemDataResponse, type: String, typeHandlerVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Aggregate state of Arc Extensions across the nodes in this HCI cluster.

Link copied to clipboard

Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.

Link copied to clipboard

Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.

Link copied to clipboard
val forceUpdateTag: String? = null

How the extension handler should be forced to update even if the extension configuration has not changed.

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

Indicates if the extension is managed by azure or the user.

Link copied to clipboard

The name of the resource

Link copied to clipboard

State of Arc Extension in each of the nodes.

Link copied to clipboard
val protectedSettings: Any? = null

Protected settings (may contain secrets).

Link copied to clipboard

Provisioning state of the Extension proxy resource.

Link copied to clipboard
val publisher: String? = null

The name of the extension handler publisher.

Link copied to clipboard
val settings: Any? = null

Json formatted public settings for the extension.

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"

Link copied to clipboard

Specifies the version of the script handler. Latest version would be used if not specified.