NetworkPacketCoreControlPlanePlatform

data class NetworkPacketCoreControlPlanePlatform(val arcKubernetesClusterId: String? = null, val customLocationId: String? = null, val edgeDeviceId: String? = null, val stackHciClusterId: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(arcKubernetesClusterId: String? = null, customLocationId: String? = null, edgeDeviceId: String? = null, stackHciClusterId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Azure Arc connected cluster where the packet core is deployed.

Link copied to clipboard

The ID of the Azure Arc custom location where the packet core is deployed.

Link copied to clipboard
val edgeDeviceId: String? = null

The ID of 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 ID of the Azure Stack HCI cluster where the packet core is deployed.

Link copied to clipboard

Specifies the platform type where the packet core is deployed. Possible values are AKS-HCI, 3P-AZURE-STACK-HCI and BaseVM.