GetProximityPlacementGroupPlainArgs

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

Constructors

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

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.

Functions

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