Platform Configuration Args
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
fun PlatformConfigurationArgs(azureStackEdgeDevice: Output<AzureStackEdgeDeviceResourceIdArgs>? = null, azureStackHciCluster: Output<AzureStackHCIClusterResourceIdArgs>? = null, connectedCluster: Output<ConnectedClusterResourceIdArgs>? = null, customLocation: Output<CustomLocationResourceIdArgs>? = null, type: Output<Either<String, PlatformType>>)