PlatformConfigurationArgs

data class PlatformConfigurationArgs(val azureStackEdgeDevice: Output<AzureStackEdgeDeviceResourceIdArgs>? = null, val azureStackHciCluster: Output<AzureStackHCIClusterResourceIdArgs>? = null, val connectedCluster: Output<ConnectedClusterResourceIdArgs>? = null, val customLocation: Output<CustomLocationResourceIdArgs>? = null, val type: Output<Either<String, PlatformType>>) : ConvertibleToJava<PlatformConfigurationArgs>

The platform where the packet core is deployed.

Constructors

Link copied to clipboard
constructor(azureStackEdgeDevice: Output<AzureStackEdgeDeviceResourceIdArgs>? = null, azureStackHciCluster: Output<AzureStackHCIClusterResourceIdArgs>? = null, connectedCluster: Output<ConnectedClusterResourceIdArgs>? = null, customLocation: Output<CustomLocationResourceIdArgs>? = null, type: Output<Either<String, PlatformType>>)

Properties

Link copied to clipboard

The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.

Link copied to clipboard

The Azure Stack HCI cluster where the packet core is deployed.

Link copied to clipboard

Azure Arc connected cluster where the packet core is deployed.

Link copied to clipboard

Azure Arc custom location where the packet core is deployed.

Link copied to clipboard
val type: Output<Either<String, PlatformType>>

The platform type where packet core is deployed.

Functions

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