NetworkPacketCoreControlPlanePlatformArgs

data class NetworkPacketCoreControlPlanePlatformArgs(val arcKubernetesClusterId: Output<String>? = null, val customLocationId: Output<String>? = null, val edgeDeviceId: Output<String>? = null, val stackHciClusterId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<NetworkPacketCoreControlPlanePlatformArgs>

Constructors

constructor(arcKubernetesClusterId: Output<String>? = null, customLocationId: Output<String>? = null, edgeDeviceId: Output<String>? = null, stackHciClusterId: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val arcKubernetesClusterId: Output<String>? = null

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

Link copied to clipboard
val customLocationId: Output<String>? = null

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

Link copied to clipboard
val edgeDeviceId: Output<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
val stackHciClusterId: Output<String>? = null

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

Link copied to clipboard
val type: Output<String>

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

Functions

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