PlatformConfigurationResponse

data class PlatformConfigurationResponse(val azureStackEdgeDevice: AzureStackEdgeDeviceResourceIdResponse? = null, val azureStackEdgeDevices: List<AzureStackEdgeDeviceResourceIdResponse>, val azureStackHciCluster: AzureStackHCIClusterResourceIdResponse? = null, val connectedCluster: ConnectedClusterResourceIdResponse? = null, val customLocation: CustomLocationResourceIdResponse? = null, val type: String)

The platform where the packet core is deployed.

Constructors

Link copied to clipboard
constructor(azureStackEdgeDevice: AzureStackEdgeDeviceResourceIdResponse? = null, azureStackEdgeDevices: List<AzureStackEdgeDeviceResourceIdResponse>, azureStackHciCluster: AzureStackHCIClusterResourceIdResponse? = null, connectedCluster: ConnectedClusterResourceIdResponse? = null, customLocation: CustomLocationResourceIdResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

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 Edge devices where the packet core is deployed. If the packet core is deployed across multiple devices, all devices will appear in this list.

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

The platform type where packet core is deployed.