GetExtensionResult

data class GetExtensionResult(val aggregateState: String, val autoUpgradeMinorVersion: Boolean? = null, val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val forceUpdateTag: String? = null, val id: String, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null, val name: String, val perNodeExtensionDetails: List<PerNodeExtensionStateResponse>, val protectedSettings: Any? = null, val provisioningState: String, val publisher: String? = null, val settings: Any? = null, 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, createdAt: String? = null, createdBy: String? = null, createdByType: String? = null, forceUpdateTag: String? = null, id: String, lastModifiedAt: String? = null, lastModifiedBy: String? = null, lastModifiedByType: String? = null, name: String, perNodeExtensionDetails: List<PerNodeExtensionStateResponse>, protectedSettings: Any? = null, provisioningState: String, publisher: String? = null, settings: Any? = null, 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
val createdAt: String? = null

The timestamp of resource creation (UTC).

Link copied to clipboard
val createdBy: String? = null

The identity that created the resource.

Link copied to clipboard
val createdByType: String? = null

The type of identity that created the resource.

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
val lastModifiedAt: String? = null

The timestamp of resource last modification (UTC)

Link copied to clipboard
val lastModifiedBy: String? = null

The identity that last modified the resource.

Link copied to clipboard

The type of identity that last modified the resource.

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

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.