GetProximityPlacementGroupPlainArgs

data class GetProximityPlacementGroupPlainArgs(val includeColocationStatus: String? = null, val proximityPlacementGroupName: String, val resourceGroupName: String) : ConvertibleToJava<GetProximityPlacementGroupPlainArgs>

Constructors

Link copied to clipboard
fun GetProximityPlacementGroupPlainArgs(includeColocationStatus: String? = null, proximityPlacementGroupName: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard

includeColocationStatus=true enables fetching the colocation status of all the resources in the proximity placement group.

Link copied to clipboard

The name of the proximity placement group.

Link copied to clipboard

The name of the resource group.