Placement Profile Response
data class PlacementProfileResponse(val clusterId: String? = null, val datastoreId: String? = null, val hostId: String? = null, val resourcePoolId: String? = null)
Defines the resource properties.
Constructors
Link copied to clipboard
fun PlacementProfileResponse(clusterId: String? = null, datastoreId: String? = null, hostId: String? = null, resourcePoolId: String? = null)