AzStackHCIFabricModelCustomPropertiesArgs

data class AzStackHCIFabricModelCustomPropertiesArgs(val azStackHciSiteId: Output<String>, val cluster: Output<AzStackHCIClusterPropertiesArgs>, val instanceType: Output<String>, val migrationSolutionId: Output<String>) : ConvertibleToJava<AzStackHCIFabricModelCustomPropertiesArgs>

AzStackHCI fabric model custom properties.

Constructors

fun AzStackHCIFabricModelCustomPropertiesArgs(azStackHciSiteId: Output<String>, cluster: Output<AzStackHCIClusterPropertiesArgs>, instanceType: Output<String>, migrationSolutionId: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): AzStackHCIFabricModelCustomPropertiesArgs

Properties

Link copied to clipboard

Gets or sets the ARM Id of the AzStackHCI site.

Link copied to clipboard

AzStackHCI cluster properties.

Link copied to clipboard
val instanceType: Output<String>

Gets or sets the instance type. Expected value is 'AzStackHCI'.

Link copied to clipboard

Gets or sets the Migration solution ARM Id.